mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-11 21:04:11 +00:00
Change hashing function to use AccountNonce
This commit is contained in:
parent
dbc35fb198
commit
0229d16fed
@ -25,7 +25,7 @@ func hash*(transaction: Transaction): Hash256 =
|
||||
# Hash transaction without signature
|
||||
type
|
||||
TransHashObj = object
|
||||
accountNonce: uint64
|
||||
accountNonce: AccountNonce
|
||||
gasPrice: GasInt
|
||||
gasLimit: GasInt
|
||||
to: EthAddress
|
||||
|
Loading…
x
Reference in New Issue
Block a user