Skip to content

Commit

Permalink
make FiveNodesTwoRelays more useful
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy committed Jul 26, 2023
1 parent 58cdb9e commit f70c373
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/testdata/nettemplates/FiveNodesTwoRelays.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
},
{
"Name": "SmallWallet",
"Stake": 15,
"Stake": 10,
"Online": true
},
{
"Name": "NonPartWallet",
"Stake": 5,
"Online": true
}
]
Expand Down Expand Up @@ -42,6 +47,9 @@
},
{
"Name": "NonPartNode",
"Wallets": [{
"Name": "NonPartWallet"
}],
"PeerList": "Relay1"
}
]
Expand Down

0 comments on commit f70c373

Please sign in to comment.