From 965d190854e86690ceab4db1cfc36114a4fcb35d Mon Sep 17 00:00:00 2001 From: AdamISZ Date: Wed, 9 Jan 2019 20:33:48 +0100 Subject: [PATCH] update stale help msg on utxo type in sendtomany.py --- scripts/sendtomany.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/sendtomany.py b/scripts/sendtomany.py index c55c063..fb5329d 100644 --- a/scripts/sendtomany.py +++ b/scripts/sendtomany.py @@ -65,7 +65,9 @@ def main(): "commitments in Joinmarket until 5 confirmations have passed." " BE CAREFUL about handling private keys!" " Don't do this in insecure environments." - " Also note this ONLY works for standard (p2pkh) utxos." + " Works only with p2pkh ('1') or p2sh-p2wpkh (segwit '3')" + " utxos - set segwit=False in the POLICY section of" + " joinmarket.cfg for the former." ) parser.add_option( '-v',