Skip to content

Commit

Permalink
Gigahorse needs a separate wallet start call.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Aug 10, 2023
1 parent 19b00ce commit 6e75207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/forks/gigahorse_launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ if [[ ${mode} =~ ^fullnode.* ]]; then
/chia-gigahorse-farmer/chia.bin start farmer-no-wallet
else
/chia-gigahorse-farmer/chia.bin start farmer
/chia-gigahorse-farmer/chia.bin start wallet
fi
elif [[ ${mode} =~ ^farmer.* ]]; then
/chia-gigahorse-farmer/chia.bin start farmer-only
Expand Down

0 comments on commit 6e75207

Please sign in to comment.