neo-boa icon indicating copy to clipboard operation
neo-boa copied to clipboard

Unexpected trailing 0x00 added to Log/Notify

Open ixje opened this issue 6 years ago • 0 comments

    Notify(0xf9)
    Log(0xf9)

produces:

[SmartContract.Runtime.Notify] [109f289cf6ebeea930c0079b816e7f975094f0c6] [b'\xf9\x00']
[SmartContract.Runtime.Log] [109f289cf6ebeea930c0079b816e7f975094f0c6] [b'\xf9\x00']

ixje avatar Mar 11 '18 13:03 ixje