Use correct format verb for dcrutil.Amount
This commit is contained in:
parent
9d6cf57219
commit
f42d3ee62f
@ -133,7 +133,7 @@ func feeAddress(c *gin.Context) {
|
||||
sendError(errInternalError, c)
|
||||
return
|
||||
}
|
||||
log.Debugf("%s: Expired fee updated for ticket: newFeeAmt=%f, ticketHash=%s",
|
||||
log.Debugf("%s: Expired fee updated for ticket: newFeeAmt=%s, ticketHash=%s",
|
||||
funcName, newFee, ticket.Hash)
|
||||
}
|
||||
sendJSONResponse(feeAddressResponse{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user