Skip to content

Commit b946b9d

Browse files
committed
fix
1 parent cc69443 commit b946b9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/tools.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,8 @@ func SignPolyMultiSigTxFile(cmd *cobra.Command, args []string) (err error) {
11411141
if err != nil {
11421142
return
11431143
}
1144-
return SignPolyMultiSigTx(cmd, []string{string(rawHex)})
1144+
1145+
return SignPolyMultiSigTx(cmd, []string{strings.TrimSpace(string(rawHex))})
11451146
}
11461147

11471148
func SignPolyMultiSigTx(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)