mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-15 20:30:17 +01:00
Add the account to the address generation log (#4190)
This commit is contained in:
parent
c882372c45
commit
8214c0b931
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ private[wallet] trait AddressHandling extends WalletLogger {
|
||||||
walletCallbacks.executeOnNewAddressGenerated(logger, addressDb.address)
|
walletCallbacks.executeOnNewAddressGenerated(logger, addressDb.address)
|
||||||
} yield {
|
} yield {
|
||||||
logger.info(
|
logger.info(
|
||||||
s"Generated new address=${addressDb.address} isChange=${addressDb.isChange}")
|
s"Generated new address=${addressDb.address} isChange=${addressDb.isChange} account=$account")
|
||||||
addressDb.address
|
addressDb.address
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue