Add the account to the address generation log (#4190)

This commit is contained in:
Chris Stewart 2022-03-14 19:33:40 -05:00 committed by GitHub
parent c882372c45
commit 8214c0b931
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}")
s"Generated new address=${addressDb.address} isChange=${addressDb.isChange} account=$account")
addressDb.address
}
}