bump up balances
This commit is contained in:
parent
d4f883c1b0
commit
65dff05008
@ -22,7 +22,7 @@
|
|||||||
role = "bootstrapper"
|
role = "bootstrapper"
|
||||||
clients = "1"
|
clients = "1"
|
||||||
miners = "1"
|
miners = "1"
|
||||||
balance = "2000"
|
balance = "2000000000"
|
||||||
sectors = "10"
|
sectors = "10"
|
||||||
|
|
||||||
[[groups]]
|
[[groups]]
|
||||||
@ -38,7 +38,7 @@
|
|||||||
role = "miner"
|
role = "miner"
|
||||||
clients = "1"
|
clients = "1"
|
||||||
miners = "1"
|
miners = "1"
|
||||||
balance = "2000"
|
balance = "2000000000"
|
||||||
sectors = "10"
|
sectors = "10"
|
||||||
|
|
||||||
[[groups]]
|
[[groups]]
|
||||||
@ -54,5 +54,5 @@
|
|||||||
role = "client"
|
role = "client"
|
||||||
clients = "1"
|
clients = "1"
|
||||||
miners = "1"
|
miners = "1"
|
||||||
balance = "2000"
|
balance = "2000000000"
|
||||||
sectors = "10"
|
sectors = "10"
|
||||||
|
Loading…
Reference in New Issue
Block a user