URI: 
       tfix tests: follow-up psbt changes - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit e07d5d842246962d2add815e82691338173bfbca
   DIR parent 309ba15745cc60c01f660c10e30bbe3ac4fb9604
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Wed,  3 Jun 2020 21:24:05 +0200
       
       fix tests: follow-up psbt changes
       
       follow-up e058ee29575ddd69afeefe4a0319360163750c53
       
       tthe difference for each tx here is that
       - the old ones had witness utxo but not utxo
       - the new ones have utxo but not witness utxo
       
       Diffstat:
         M electrum/tests/test_wallet_vertica… |      58 +++++++++++++++---------------
       
       1 file changed, 29 insertions(+), 29 deletions(-)
       ---
   DIR diff --git a/electrum/tests/test_wallet_vertical.py b/electrum/tests/test_wallet_vertical.py
       t@@ -732,7 +732,7 @@ class TestWalletSending(TestCaseForTestnet):
                tx = wallet1a.mktx(outputs=outputs, password=None, fee=5000, tx_version=1)
                txid = tx.txid()
                partial_tx = tx.serialize_as_bytes().hex()
parazyd.org:70 /git/electrum/commit/e07d5d842246962d2add815e82691338173bfbca.gph:31: line too long