Skip to content

Commit e9cbf74

Browse files
authored
Fix publish fail due to token amount being too low (#66)
2 parents 0047e8a + 534a78a commit e9cbf74

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/async_demo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def print_json(json_dict: dict):
7272
"epochs_num": 2,
7373
"minimum_number_of_finalization_confirmations": 3,
7474
"minimum_number_of_node_replications": 1,
75-
"token_amount": 100,
7675
},
7776
)
7877
print(

examples/demo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def print_json(json_dict: dict):
9090
"epochs_num": 2,
9191
"minimum_number_of_finalization_confirmations": 3,
9292
"minimum_number_of_node_replications": 1,
93-
"token_amount": 100,
9493
},
9594
)
9695
print(

0 commit comments

Comments
 (0)