I can not see my account balance, every time its crashing with segmentation fault (core dumped). **To Reproduce** 1. Run `./grin-wallet account` ``` ____ Wallet Accounts ____ zsh: segmentation fault (core dumped) ./grin-wallet account ``` 1. Run `./grin-wallet info` ``` ... WARN grin_wallet_libwallet::api_impl::owner_updater - Scanning Complete ____ Wallet Summary Info - Account 'default' as of height *height_number* ____ zsh: segmentation fault (core dumped) ./grin-wallet info ``` There is nothing about error I can see at logs. I have installed: ``` rustc 1.67.1 cargo 1.67.1 ```