@@ -464,7 +464,7 @@ def transfer(self):
464
464
assert res .unlocked_balance <= res .balance
465
465
assert res .blocks_to_unlock == 9
466
466
467
- print ('Sending to integrated address' )
467
+ print ('Carrot Sending to integrated address' )
468
468
self .wallet [0 ].refresh ()
469
469
res = self .wallet [0 ].get_balance ()
470
470
i_pid = '1111111122222222'
@@ -887,7 +887,7 @@ def check_reorg_recovery(self):
887
887
def check_destinations (self ):
888
888
daemon = Daemon ()
889
889
890
- print ("Checking transaction destinations" )
890
+ print ("Carrot Checking transaction destinations" )
891
891
892
892
dst = {'address' : '42ey1afDFnn4886T7196doS9GPMzexD9gXpsZJDwVjeRVdFCSoHnv7KPbBeGpzJBzHRCAs9UxqeoyFQMYbqSWYTfJJQAWDm' , 'amount' : 1000000000000 }
893
893
res = self .wallet [0 ].transfer ([dst ])
@@ -1069,7 +1069,7 @@ def check_multiple_submissions(self):
1069
1069
def check_scan_tx (self ):
1070
1070
daemon = Daemon ()
1071
1071
1072
- print ('Testing scan_tx' )
1072
+ print ('FCMP++ Testing scan_tx' )
1073
1073
1074
1074
# set up sender_wallet
1075
1075
sender_wallet = self .wallet [0 ]
@@ -1267,7 +1267,7 @@ def check_scan_tx(self):
1267
1267
def check_subtract_fee_from_outputs (self ):
1268
1268
daemon = Daemon ()
1269
1269
1270
- print ('Testing fee-included transfers' )
1270
+ print ('Carrot Testing fee-included transfers' )
1271
1271
1272
1272
def inner_test_external_transfer (dsts , subtract_fee_from_outputs ):
1273
1273
# refresh wallet and get balance
0 commit comments