-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
Description
TypeError: Cannot read property 'startsWith' of undefined
at Function.convertSignatureStringToRsv (/home/gnu/my-project/node_modules/codechain-sdk/lib/core/SignedParcel.js:145:23)
at new SignedParcel (/home/gnu/my-project/node_modules/codechain-sdk/lib/core/SignedParcel.js:35:42)
at ChainRpc.<anonymous> (/home/gnu/my-project/node_modules/codechain-sdk/lib/rpc/chain.js:68:42)
at Generator.next (<anonymous>)
at fulfilled (/home/gnu/my-project/node_modules/codechain-sdk/lib/rpc/chain.js:4:58)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
To print a proper error message, The sig
field must be validated in SignedParcel
constructor.