We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8095361 commit d12b10fCopy full SHA for d12b10f
src/PeerPayClient.ts
@@ -382,8 +382,6 @@ export class PeerPayClient extends MessageBoxClient {
382
* @returns {Promise<IncomingPayment[]>} Resolves with an array of pending payments.
383
*/
384
async listIncomingPayments (overrideHost?: string): Promise<IncomingPayment[]> {
385
- debugger
386
- console.log('version check')
387
const messages = await this.listMessages({ messageBox: STANDARD_PAYMENT_MESSAGEBOX, host: overrideHost})
388
return messages.map((msg: any) => {
389
const parsedToken = safeParse<PaymentToken>(msg.body)
0 commit comments