Hi,
I'm trying to export a node's wallet & to import it on another, freshly stated node. I'm performing these steps described in the documentation:
1) Export wallet using the backupwallet function
2) Import the wallet on the new node using importwallet
3) Restart the new node to ensure the wallet is loaded properly
Now, if I use the command listaddresses on the new node no addresses have been added.
Am I missing something or is the backup/import wallet function not working correctly?