Properly call String function. (#209)
This commit is contained in:
parent
4f8b3c79eb
commit
33703d972a
@ -503,7 +503,7 @@ func checkWalletConsistency() {
|
||||
walletTicket, exists := walletTickets[dbTicket.Hash]
|
||||
if !exists {
|
||||
log.Warnf("%s: Ticket missing from voting wallet (wallet=%s, ticketHash=%s)",
|
||||
funcName, walletClient.String, dbTicket.Hash)
|
||||
funcName, walletClient.String(), dbTicket.Hash)
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user