FIX: force using specific bitcoind wallet file
This commit is contained in:
@@ -319,6 +319,7 @@ router.get('/getbtc', async function(req, res) {
|
||||
await u.generateAddress();
|
||||
address = await u.getAddress();
|
||||
}
|
||||
u.watchAddress(address);
|
||||
|
||||
res.send([{ address }]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user