Change hashing function to use AccountNonce

This commit is contained in:
coffeepots 2018-08-31 18:37:26 +01:00 committed by zah
parent dbc35fb198
commit 0229d16fed
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ func hash*(transaction: Transaction): Hash256 =
# Hash transaction without signature # Hash transaction without signature
type type
TransHashObj = object TransHashObj = object
accountNonce: uint64 accountNonce: AccountNonce
gasPrice: GasInt gasPrice: GasInt
gasLimit: GasInt gasLimit: GasInt
to: EthAddress to: EthAddress