mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
added VRS hard-coded values (#4949)
This commit is contained in:
parent
a481b77489
commit
a02c71c006
@ -459,6 +459,9 @@ func newRPCBorTransaction(opaqueTx types.Transaction, txHash common.Hash, blockH
|
||||
From: common.Address{},
|
||||
To: tx.GetTo(),
|
||||
Value: (*hexutil.Big)(tx.GetValue().ToBig()),
|
||||
V: (*hexutil.Big)(big.NewInt(0)),
|
||||
R: (*hexutil.Big)(big.NewInt(0)),
|
||||
S: (*hexutil.Big)(big.NewInt(0)),
|
||||
}
|
||||
if blockHash != (common.Hash{}) {
|
||||
result.BlockHash = &blockHash
|
||||
|
Loading…
Reference in New Issue
Block a user