Skip to content

Commit

Permalink
Merge pull request #278 from synonymdev/chore/mock-readAddressesFromFile
Browse files Browse the repository at this point in the history
chore: mock readAddressesFromFile()
  • Loading branch information
Jasonvdb authored Feb 25, 2025
2 parents 11e7624 + 69dff69 commit 48d6c39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default {
appendLdkPaymentId: noop,
getLdkUnconfirmedTxs: noop,
getLdkSpendableOutputs: noop,
readAddressesFromFile: noop,
saveUnconfirmedTxs: noop,
saveBroadcastedTxs: noop,
saveLdkPeerData: noop,
Expand Down

0 comments on commit 48d6c39

Please sign in to comment.