Reloading wallets after a node restart

In API & Developers

After a blockchain node restarts, wallets are not loaded automatically — this is intentional, for security and resource-management reasons.

To reload a wallet, call:

POST /api/Wallet/load-wallet

specifying the wallet name as the filename value.

If you see "Wallet file verification failed: Duplicate -wallet filename specified", the wallet is already loaded — avoid reloading it.