Загрузить файлы в «/»
This commit is contained in:
parent
d24d9d0bc7
commit
fe4d9abacd
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ func Transfer(address interop.Hash160, amount int, fromToken string, toToken str
|
|||
}
|
||||
|
||||
wallet := GetWallet(address)
|
||||
|
||||
if GetBalance(address, fromToken) < amount {
|
||||
runtime.Log("Not enough funds to exchange")
|
||||
return false
|
||||
|
|
Loading…
Reference in a new issue