Closed unclezoro closed 4 years ago
Why there is a token zcb-f00
with lowercase symbol? The issue msg handler will always convert its symbol to uppercase:
https://github.com/binance-chain/node/blob/9ffe9d337c0e49bb623ee6ce317db1270e0e9a14/plugins/tokens/issue/handler.go#L37
Why there is a token
zcb-f00
with lowercase symbol? The issue msg handler will always convert its symbol to uppercase: https://github.com/binance-chain/node/blob/9ffe9d337c0e49bb623ee6ce317db1270e0e9a14/plugins/tokens/issue/handler.go#L37
msg.Symbol
nerver changed into uppercase
One of validator can't bring back. It is because an order whose symbol is:
zcb-f00_BNB
But in theallOrders
the key is all upper, should beZCB-F00_BNB
.So that will cause the following nil point error: