Skip to content

Commit

Permalink
clearer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Oct 28, 2023
1 parent 19d59b8 commit 3907ad8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -508,10 +508,11 @@ function upgrade_local() {
echo "upgrades: soroban config done"
fi

# Delay friendbot starting till now because until network upgrades it won't be
# able to create accounts. Also the config upgrade above will use the network
# root account to submit txs, and friendbot on local is configured to use the
# network root account as a funding source.
# Start friendbot once network upgrades are complete and network is ready.
# Note that friendbot and the config upgrade txs above use the same
# account to submit txs. while friend it is not dependent on the config
# upgrade txs, it must not be started until the config upgrades are
# complete otherwise the txs sequence numbers will conflict.
supervisorctl start friendbot
}

Expand Down

0 comments on commit 3907ad8

Please sign in to comment.