@override Future<List<OutPoint>> utxosToBeLocked({hint}) { try { return super.utxosToBeLocked(); } on error.PayjoinError catch (e) { throw mapPayjoinError(e); } }