bump up balances

This commit is contained in:
Anton Evangelatov 2020-06-24 15:42:34 +02:00
parent d4f883c1b0
commit 65dff05008

View File

@ -22,7 +22,7 @@
role = "bootstrapper"
clients = "1"
miners = "1"
balance = "2000"
balance = "2000000000"
sectors = "10"
[[groups]]
@ -38,7 +38,7 @@
role = "miner"
clients = "1"
miners = "1"
balance = "2000"
balance = "2000000000"
sectors = "10"
[[groups]]
@ -54,5 +54,5 @@
role = "client"
clients = "1"
miners = "1"
balance = "2000"
balance = "2000000000"
sectors = "10"