Skip to content

Commit de5f121

Browse files
authored
fix typo (#62)
1 parent f6f83b4 commit de5f121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keysign/ecdsa/tss_keysign.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func (tKeySign *TssKeySign) SignMessage(
217217
keySignWg.Wait()
218218

219219
tKeySign.logger.Info().
220-
Stringer("host", tKeySign.p2pComm.GetHost().ID()).
220+
Stringer(logs.Host, tKeySign.p2pComm.GetHost().ID()).
221221
Msg("Successfully signed the message")
222222

223223
sort.SliceStable(results, func(i, j int) bool {

0 commit comments

Comments
 (0)