Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status committed Oct 15, 2024
1 parent 9383b8b commit aad5a89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/common/test_transactions.nim
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ const
chainID: 1.ChainId,
address: source,
nonce: 2.AccountNonce,
yParity: 3,
R: 4.u256,
S: 5.u256
v: 3,
r: 4.u256,
s: 5.u256
)]

proc tx0(i: int): PooledTransaction =
Expand Down

0 comments on commit aad5a89

Please sign in to comment.