Log entire address path when the address is generated (#4191)

This commit is contained in:
Chris Stewart 2022-03-15 08:04:40 -05:00 committed by GitHub
parent 8214c0b931
commit ef41cce32d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,7 +228,7 @@ private[wallet] trait AddressHandling extends WalletLogger {
walletCallbacks.executeOnNewAddressGenerated(logger, addressDb.address)
} yield {
logger.info(
s"Generated new address=${addressDb.address} isChange=${addressDb.isChange} account=$account")
s"Generated new address=${addressDb.address} path=${addressDb.path} isChange=${addressDb.isChange}")
addressDb.address
}
}