mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
remove message from test dummy
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user