Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
keygen: fix allocations secret prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
picnoir committed Nov 20, 2020
1 parent 2628b9f commit c5a37fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay.nix
Expand Up @@ -234,7 +234,7 @@ in {
for count in $(seq "$desired"); do
updatedGenesis="$(
echo "$genesis" \
| jq --arg address "$(< "secrets/mantis-$count.coinbase")" \
| jq --arg address "$(< "secrets/$prefix/mantis-$count.coinbase")" \
'.alloc[$address] = {"balance": "1606938044258990275541962092341162602522202993782792835301376"}'
)"
genesis="$updatedGenesis"
Expand Down

0 comments on commit c5a37fc

Please sign in to comment.