From 3907ad87beea472199b1c04411e83a8dc34dcd00 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Sat, 28 Oct 2023 14:46:34 -0700 Subject: [PATCH] clearer docs --- start | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/start b/start index 6e557e27..a1b287c1 100644 --- a/start +++ b/start @@ -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 }