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
gaiacli tx signuse functionTxBuilder.SignStdTxto 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