Skip to content

Commit a0aa92d

Browse files
Increase initial balance for tests
1 parent 0679f48 commit a0aa92d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/src/reactor/main_reactor/tests/fixture.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ impl TestFixture {
103103
.map(|(secret_key, stake)| {
104104
(
105105
PublicKey::from(secret_key.as_ref()),
106-
(U512::from(100_000_000_000_000_000u64), stake),
106+
(U512::from(700_000_000_000_000_000u64), stake),
107107
)
108108
})
109109
.collect();

0 commit comments

Comments
 (0)