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 2e6a037 commit 32de4f0Copy full SHA for 32de4f0
wallets/client/protocols/spark.js
@@ -23,8 +23,6 @@ export async function testSendPayment ({ mnemonic }, { signal }) {
23
storageDir: 'breez-sdk-spark'
24
})
25
26
- await sdk.getInfo({})
27
-
28
const { paymentRequest: sparkAddress } = await sdk.receivePayment({
29
// this will always return the same spark address for the same seed
30
paymentMethod: { type: 'sparkAddress' }
0 commit comments