GolosChain / golos

Socio-economic mediablockchain
https://developers.golos.io
Other
59 stars 36 forks source link

HF0.2, wallet, list_my_accounts fails #263

Closed gropox closed 6 years ago

gropox commented 6 years ago

list_my_accounts shows an error

10 basic_exception: tion
this->symbol == o.symbol: 
    {}
    th_a  asset.hpp:195 operator+=

Balances are not shown

Problably default constructor is not properly initializes asset

https://github.com/GolosChain/golos/blob/golos-v0.17.0/libraries/wallet/wallet.cpp#L800

gropox commented 6 years ago

help does is not wrking also

nemothenoone commented 6 years ago

@gropox It is a known issue (#232) introduced by platform-dependent asset symbol initialisation fixes couple of days ago. I'm already fixing it.

nemothenoone commented 6 years ago

Fixed with #232