Skip to content

Commit

Permalink
chore: update quote log
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Jun 18, 2024
1 parent 4dbb2d7 commit 8b4938d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/open_payments/quote/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export async function resolveReceiver(
debitAmount: options.debitAmount,
incomingAmount: receiver.incomingAmount
},
'debitAmount or incomingAmount required'
'Could not create quote. debitAmount or incomingAmount required.'
)
throw QuoteError.InvalidReceiver
}
Expand Down

0 comments on commit 8b4938d

Please sign in to comment.