Properly call String function. (#209)

This commit is contained in:
Jamie Holdstock 2020-11-25 08:37:25 -06:00 committed by GitHub
parent 4f8b3c79eb
commit 33703d972a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}