mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-05-05 17:49:29 +00:00
add TransactionType back to toTransaction
This commit is contained in:
parent
a070b0a8e6
commit
259414c639
@ -91,7 +91,7 @@ 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