You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gaiacli tx sign use function TxBuilder.SignStdTx to sign tx, but there's no check for chain-id. If sign a tx without flag chain-id, then broadcast the signedTx, will report signature verification faild.
I see the check for chain-id in TxBuilder.BuildSignMsg
The text was updated successfully, but these errors were encountered:
wangjj9219
added a commit
to wangjj9219/cosmos-sdk
that referenced
this issue
Mar 20, 2019
gaiacli tx sign
use functionTxBuilder.SignStdTx
to sign tx, but there's no check for chain-id. If sign a tx without flagchain-id
, then broadcast the signedTx, will report signature verification faild.I see the check for chain-id in
TxBuilder.BuildSignMsg
The text was updated successfully, but these errors were encountered: