Skip to content

Commit

Permalink
Update gas price
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae committed Jan 8, 2025
1 parent 201df54 commit 7a5dbdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/raid_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def test_create_unsigned_tx(
b"l": 4,
b"m": [
{"decimalPlaces": b"\x12", "minters": None, "ticker": "Mead"},
1000000000000000000,
10000000000000,
],
b"n": 1,
b"p": public_key,
Expand Down
2 changes: 1 addition & 1 deletion world_boss/app/raid.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def create_unsigned_tx(
# MaxGasPrice (see also Mead section for the currency spec)
b"m": [
{"decimalPlaces": b"\x12", "minters": None, "ticker": "Mead"},
1000000000000000000,
10000000000000,
],
# Nonce
b"n": nonce,
Expand Down

0 comments on commit 7a5dbdb

Please sign in to comment.