mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-09 09:03:08 +00:00
add gas into and remove type from replayed txs
This commit is contained in:
parent
11ff6cd98b
commit
c09ac02dab
@ -90,7 +90,8 @@ func toTransaction*(past: PastTransaction): Transaction =
|
||||
data: past.input,
|
||||
nonce: some past.nonce,
|
||||
to: past.to,
|
||||
transactionType: past.transactionType,
|
||||
# transactionType: past.transactionType,
|
||||
gasLimit: some past.gas,
|
||||
chainId: past.chainId
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user