From 2807c30a60813731044aa8f39d7784fd9e1938ea Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Thu, 20 Mar 2025 04:55:26 +0300 Subject: [PATCH] tx.new_swap: whitespace --- mmgen/tx/new_swap.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mmgen/tx/new_swap.py b/mmgen/tx/new_swap.py index ee444ff3..a7150b8a 100755 --- a/mmgen/tx/new_swap.py +++ b/mmgen/tx/new_swap.py @@ -125,13 +125,18 @@ class NewSwap(New): chg_output, message = 'Change address is not an MMGen wallet address!') - recv_output = await self.get_swap_output(self.recv_proto, args.recv_spec, addrfiles, 'destination address') + recv_output = await self.get_swap_output( + self.recv_proto, + args.recv_spec, + addrfiles, + 'destination address') self.check_addr_is_wallet_addr( recv_output, message = ( 'Swap destination address is not an MMGen wallet address!\n' - 'To sign this transaction, autosign or txsign must be invoked with --allow-non-wallet-swap')) + 'To sign this transaction, autosign or txsign must be invoked' + ' with --allow-non-wallet-swap')) memo = sp.data(self.recv_proto, recv_output.addr)