fix formatting
This commit is contained in:
parent
3be7264ff1
commit
df94c60fee
1 changed files with 2 additions and 2 deletions
|
|
@ -100,8 +100,8 @@ func lndhub_payment(w http.ResponseWriter, p *db.Payment, bolt11 decodepay.Bolt1
|
|||
return
|
||||
}
|
||||
|
||||
log.WithFields(log.Fields{"card_payment_id": p.Card_payment_id,
|
||||
"resp_auth_bytes": resp_auth_bytes}).Info("issue 62");
|
||||
log.WithFields(log.Fields{"card_payment_id": p.Card_payment_id,
|
||||
"resp_auth_bytes": resp_auth_bytes}).Info("issue 62")
|
||||
|
||||
var auth_keys LndhubAuthResponse
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue