From c35ddaf26e051911c15125234fca89e7f17cef32 Mon Sep 17 00:00:00 2001 From: Tomasz Slabon Date: Tue, 11 Jun 2024 13:05:16 +0200 Subject: [PATCH] Minor logging correction --- pkg/tbtc/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tbtc/node.go b/pkg/tbtc/node.go index 591c4e7255..fc9ba55b10 100644 --- a/pkg/tbtc/node.go +++ b/pkg/tbtc/node.go @@ -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,