Change of terminal message to reflect nature of transaction

This commit is contained in:
Alexander Kolotov 2018-03-11 02:34:17 +03:00
parent 544873fd50
commit f0cfd70975
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ TokenContract = ContractFactory(tokenContractAddress)
balance = TokenContract.functions.balanceOf(actor).call()
value = randint(balance // 4, balance // 2)
print("Sending", value, "to Home bridge")
print("Withdraw", value, "from Foreign bridge")
#web3.personal.unlockAccount(actor, "11", "0x5")