add more info on funding

This commit is contained in:
rootzoll 2020-02-17 13:32:33 +01:00
parent 4316903803
commit 1cdd51408f

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.\nThe wallet you sending from needs to support Segwit addresses."
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 bech32 addresses.\nThis screen will not update - press DONE when send."
if [ "$chain" = "test" ]; then
msg="${msg} \n\n Get some testnet coins from https://testnet-faucet.mempool.co"
fi