http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/78176a08338b98b8d72c1501962e5ed003d08be2
t . do_comment ( add_comment ) t . view_tx ( view ) if not caller [ : 4 ] == ' txdo ' : if not txdo : t . expect ( ' (y/N): ' , ( ' n ' , ' y ' ) [ save ] ) t . written_to_file ( file_desc ) return t def txsign_ui_common ( self , t , caller , def txsign_ui_common ( self , t , caller = None , view = ' t ' , add_comment = ' ' , file_desc = ' Signed transaction ' , @ -78,7 +89,8 @@ class TestSuiteShared(object): save = True , do_passwd = False , has_label = False ) : txdo = caller [ : 4 ] == ' txdo ' txdo = (...