Closed ionfi-jeff closed 1 year ago
When format below message definition,
message(0x7362d09c) TokenNotification { query_id: Int as uint64; amount: Int as coins; sender: Address; forward_payload: Slice as remaining; }
Formatter wipes out opcode.
message TokenNotification { query_id: Int as uint64; amount: Int as coins; sender: Address; forward_payload: Slice as remaining; }
fixed on v.1.0.5
When format below message definition,
Formatter wipes out opcode.