We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a7a5ac commit 0f6e3e8Copy full SHA for 0f6e3e8
eth/api.go
@@ -1408,7 +1408,7 @@ func (s *PublicTransactionPoolAPI) SignTransaction(args SignTransactionArgs) (*S
1408
return nil, err
1409
}
1410
1411
- return &SignTransactionResult{"0x" + common.Bytes2Hex(data), newTx(tx)}, nil
+ return &SignTransactionResult{"0x" + common.Bytes2Hex(data), newTx(signedTx)}, nil
1412
1413
1414
// PendingTransactions returns the transactions that are in the transaction pool and have a from address that is one of
0 commit comments