Skip to content

Commit

Permalink
Merge pull request #377 from SatoshiPortal/remove-warnings
Browse files Browse the repository at this point in the history
fix: warnings
  • Loading branch information
ethicnology authored Dec 23, 2024
2 parents 3debc8b + b731906 commit 209e4c8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lib/_pkg/payjoin/manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -312,13 +312,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 Expand Up @@ -530,7 +523,7 @@ Future<void> _isolateReceiver(List<dynamic> args) async {
SendPort sendPort,
ReceivePort receivePort,
) async {
final fallbackTx = await proposal.extractTxToScheduleBroadcast();
await proposal.extractTxToScheduleBroadcast();
// TODO Handle this. send to the main port on a timer?

try {
Expand Down

0 comments on commit 209e4c8

Please sign in to comment.