kowala-tech / kcoin

A stable cryptocurrency that algorithmically targets $1 USD using the Kowala Protocol
https://www.kowala.tech/
Other
18 stars 16 forks source link

Assert in transfer function in Token.sol #657

Closed JuliusBrain closed 6 years ago

JuliusBrain commented 6 years ago

Type:

Issue

What happened? / What do you need?:

assert(_to.call.value(0)(bytes4(keccak256(_custom_fallback)), msg.sender, _value, _data)); What's the purpose of that assert? Currently it causes errors to testing go contracts (Failed to register validator:invalid opcode 0xfe)

Affected servers or services:

go contract tests

Priority:

High

(Please be aware that your priority may not match ours, we'll use this as guidance only).

Other info we may need: