Skip to content

Commit

Permalink
changed number formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
amaechiokolobi committed Jun 26, 2024
1 parent 20005ef commit 1437423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions testdata/scripts/node/validate/invalid.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ Mode = 'BlockHistory'
PriceDefault = '20 gwei'
PriceMax = '115792089237316195423570985008687907853269984665.640564039457584007913129639935 tether'
PriceMin = '1 gwei'
LimitDefault = 8000000
LimitMax = 8000000
LimitDefault = 8_000_000
LimitMax = 8_000_000
LimitMultiplier = '1'
LimitTransfer = 21000
BumpMin = '5 gwei'
Expand Down
4 changes: 2 additions & 2 deletions testdata/scripts/node/validate/valid.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ Mode = 'BlockHistory'
PriceDefault = '20 gwei'
PriceMax = '115792089237316195423570985008687907853269984665.640564039457584007913129639935 tether'
PriceMin = '1 gwei'
LimitDefault = 8000000
LimitMax = 8000000
LimitDefault = 8_000_000
LimitMax = 8_000_000
LimitMultiplier = '1'
LimitTransfer = 21000
BumpMin = '5 gwei'
Expand Down

0 comments on commit 1437423

Please sign in to comment.