Skip to content

Commit

Permalink
display the correct segwit activation blockheight
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Mar 16, 2021
1 parent 974e3ec commit 0a6a190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/menu.wallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ case $CHOICE in
RESCAN)
checkRPCwallet
echo
echo "# Input the blockheight to scan from (first SegWit block: 477120):"
echo "# Input the blockheight to scan from (first SegWit block: 481824):"
read blockheight
echo "# Can exit the command with CTRL+C, the rescan will continue in the background"
customRPC "# Rescan wallet in bitcoind" "rescanblockchain" "$blockheight"
Expand Down

0 comments on commit 0a6a190

Please sign in to comment.