Skip to content

Commit 32de4f0

Browse files
committed
Remove useless getInfo call
1 parent 2e6a037 commit 32de4f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wallets/client/protocols/spark.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ export async function testSendPayment ({ mnemonic }, { signal }) {
2323
storageDir: 'breez-sdk-spark'
2424
})
2525

26-
await sdk.getInfo({})
27-
2826
const { paymentRequest: sparkAddress } = await sdk.receivePayment({
2927
// this will always return the same spark address for the same seed
3028
paymentMethod: { type: 'sparkAddress' }

0 commit comments

Comments
 (0)