add info on segwit addresses to funding

This commit is contained in:
Christian Rotzoll
2019-04-28 16:33:47 +02:00
parent 7fb353db5e
commit 41933370eb

View File

@@ -49,7 +49,7 @@ if [ "$chain" = "test" ]; then
coininfo="TESTNET Bitcoin"
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
msg="${msg} \n\n Get some testnet coins from https://testnet-faucet.mempool.co"
fi