remove message from test dummy

This commit is contained in:
zixuanzh
2019-04-01 15:04:20 -04:00
committed by Stuckinaboot
parent 73c1d87db1
commit 372ed8336c
2 changed files with 74 additions and 76 deletions

View File

@ -125,7 +125,7 @@ class DummyAccountNode():
:param amount: amount of crypto
"""
print ("**DUMMY** IN HANDLE SET CRYPTO")
print (type (dest_user))
print (dest_user)
print (amount)
self.balances[dest_user] = amount