Open lessless opened 5 years ago
If you mean account, it does. If you mean top level wallets, it does (not concurrently, but load/save).
@moneromooo-monero my bad - I forgot that we have multiple accounts now. This is about top-level wallets.
P.S. I updated title to a more precise version.
It will be cool if monero-wallet-rpc would be able to scan incoming blocks for transactions for multiple wallets. Reason being is that very I/O heavy to run a
monero-wallet-rpc
instance per each wallet.RPC API would allow to perform either bulk queries or select a specific wallet, kinda similar to what we have now.
TX notifications would be a bit more difficult to customize, since they are configured statically in config file. My take is that they can inform about all managed wallets.