Browse Source

add info on segwit addresses to funding

master
Christian Rotzoll 6 years ago
parent
commit
41933370eb
  1. 2
      home.admin/BBfundWallet.sh

2
home.admin/BBfundWallet.sh

@ -49,7 +49,7 @@ if [ "$chain" = "test" ]; then
coininfo="TESTNET Bitcoin" coininfo="TESTNET Bitcoin"
fi fi
msg="Send ${coininfo} to address --> ${address}\n\nScan the QR code on the LCD with your mobile wallet or copy paste the address." msg="Send ${coininfo} to address --> ${address}\n\nScan the QR code on the LCD with your mobile wallet or copy paste the address.\nThe wallet you sending from needs to support Segwit addresses."
if [ "$chain" = "test" ]; then if [ "$chain" = "test" ]; then
msg="${msg} \n\n Get some testnet coins from https://testnet-faucet.mempool.co" msg="${msg} \n\n Get some testnet coins from https://testnet-faucet.mempool.co"
fi fi

Loading…
Cancel
Save