mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 06:57:51 +01:00
Log entire address path when the address is generated (#4191)
This commit is contained in:
parent
8214c0b931
commit
ef41cce32d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue