Skip to content

Commit c35ddaf

Browse files
committed
Minor logging correction
1 parent ae34178 commit c35ddaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tbtc/node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ func (n *node) handleWalletClosure(walletID [32]byte) error {
12101210
}
12111211

12121212
logger.Infof(
1213-
"Successfully archived wallet with wallet ID [0x%x] and public key "+
1213+
"successfully archived wallet with wallet ID [0x%x] and public key "+
12141214
"hash [0x%x]",
12151215
walletID,
12161216
walletPublicKeyHash,

0 commit comments

Comments
 (0)