Renamed database model properties

This commit is contained in:
Chris Troutner
2022-03-21 13:08:14 -07:00
parent 1563a740aa
commit 8ed1dbcffe
8 changed files with 84 additions and 82 deletions
+2
View File
@@ -70,6 +70,8 @@ async function sweepFunds () {
} while (emptyAddrCnt < 5)
console.log('5 empty addresses detected. Exiting.')
console.log('\n\nDo not forget to reset the nextAddress property in the wallet.json file!\n\n')
} catch (err) {
console.error('Error in sweepFunds(): ', err)
}