fix balance (#138)

This commit is contained in:
Anton Evangelatov 2020-07-09 18:31:57 +02:00 committed by GitHub
parent 1cf77d2172
commit 36c722731b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
clients = "5" clients = "5"
miners = "1" miners = "1"
genesis_timestamp_offset = "0" genesis_timestamp_offset = "0"
balance = "20000" # These balances will work for maximum 100 nodes, as TotalFilecoin is 2B balance = "2000000" # These balances will work for maximum 100 nodes, as TotalFilecoin is 2B
sectors = "5" sectors = "5"
random_beacon_type = "mock" random_beacon_type = "mock"
mining_mode = "natural" mining_mode = "natural"