Skip to content

Commit

Permalink
Minor logging correction
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszslabon committed Jun 11, 2024
1 parent ae34178 commit c35ddaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tbtc/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ func (n *node) handleWalletClosure(walletID [32]byte) error {
}

logger.Infof(
"Successfully archived wallet with wallet ID [0x%x] and public key "+
"successfully archived wallet with wallet ID [0x%x] and public key "+
"hash [0x%x]",
walletID,
walletPublicKeyHash,
Expand Down

0 comments on commit c35ddaf

Please sign in to comment.