Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Dec 22, 2024
1 parent eb177e6 commit 5bd2c43
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/_pkg/payjoin/manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,6 @@ class PayjoinManager {
);
}

Future<List<bdk.LocalUtxo>> _listUnspent(
Wallet wallet,
bool isTestnet,
) async {
return await _walletTx.listUnspent(wallet: wallet);
}

Future<String> _processPsbt({
required String psbt,
required Wallet wallet,
Expand Down

0 comments on commit 5bd2c43

Please sign in to comment.