From 41933370ebaddfa1881c13c10b6b68d2c6df8b8f Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Sun, 28 Apr 2019 16:33:47 +0200 Subject: [PATCH] add info on segwit addresses to funding --- home.admin/BBfundWallet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/BBfundWallet.sh b/home.admin/BBfundWallet.sh index 711fdf0..c88f2a6 100755 --- a/home.admin/BBfundWallet.sh +++ b/home.admin/BBfundWallet.sh @@ -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