CustomSource.signMessage
has incorrect output type
#2562
Labels
Good First Issue
Misc: Good First Issue
CustomSource.signMessage
has incorrect output type
#2562
Check existing issues
Viem Version
2.18.5
Current Behavior
Output type of
CustomSource.signMessage
isHash
. This is most likely incorrect because this outputs a signature which is not a hash.viem/src/accounts/types.ts
Line 30 in 410ff2b
Expected Behavior
Output type of
CustomSource.signMessage
should probably beHex
, as defined inactions/wallet/signMessage.ts
.viem/src/actions/wallet/signMessage.ts
Line 27 in 410ff2b
Steps To Reproduce
No response
Link to Minimal Reproducible Example
No response
Anything else?
This is just a minor nitpick, but was confusing me for a bit, so I think fixing would be nice.
The text was updated successfully, but these errors were encountered: