Skip to content

Commit ba2d17c

Browse files
committed
carrot+fcmp: revert print statement changes in transfer.py in monero-project#50
1 parent 6212f35 commit ba2d17c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/functional_tests/transfer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def transfer(self):
464464
assert res.unlocked_balance <= res.balance
465465
assert res.blocks_to_unlock == 9
466466

467-
print('Sending to integrated address')
467+
print('Carrot Sending to integrated address')
468468
self.wallet[0].refresh()
469469
res = self.wallet[0].get_balance()
470470
i_pid = '1111111122222222'
@@ -887,7 +887,7 @@ def check_reorg_recovery(self):
887887
def check_destinations(self):
888888
daemon = Daemon()
889889

890-
print("Checking transaction destinations")
890+
print("Carrot Checking transaction destinations")
891891

892892
dst = {'address': '42ey1afDFnn4886T7196doS9GPMzexD9gXpsZJDwVjeRVdFCSoHnv7KPbBeGpzJBzHRCAs9UxqeoyFQMYbqSWYTfJJQAWDm', 'amount': 1000000000000}
893893
res = self.wallet[0].transfer([dst])
@@ -1069,7 +1069,7 @@ def check_multiple_submissions(self):
10691069
def check_scan_tx(self):
10701070
daemon = Daemon()
10711071

1072-
print('Testing scan_tx')
1072+
print('FCMP++ Testing scan_tx')
10731073

10741074
# set up sender_wallet
10751075
sender_wallet = self.wallet[0]
@@ -1267,7 +1267,7 @@ def check_scan_tx(self):
12671267
def check_subtract_fee_from_outputs(self):
12681268
daemon = Daemon()
12691269

1270-
print('Testing fee-included transfers')
1270+
print('Carrot Testing fee-included transfers')
12711271

12721272
def inner_test_external_transfer(dsts, subtract_fee_from_outputs):
12731273
# refresh wallet and get balance

0 commit comments

Comments
 (0)