Closed bucko13 closed 5 years ago
This PR needs to update bpanel-ui
to the latest version in the package.json
to work properly
Good catch. Also found a bug that was caused from trying to open a client that doesn't exist (because of the configs). This would break the socketManager.add for all the clients.
Needed to fix some things for sidebar ordering to work:
multisigWalletClient
->multisigClient
getInfo
for all clients. I started to migrate to usegetWallets
for wallet clients, but there were two problems 1) a bug in bmultisig was breaking the call for multisig if there were no wallets 2) That endpoint only works for admin privileges.