diff --git a/lib/receive/v1.dart b/lib/receive/v1.dart index d436f85..6e84570 100644 --- a/lib/receive/v1.dart +++ b/lib/receive/v1.dart @@ -56,7 +56,7 @@ class UncheckedProposal extends receive.UncheckedProposal { ///Call this method if the only way to initiate a Payjoin with this receiver requires manual intervention, as in most consumer wallets. /// So-called “non-interactive” receivers, like payment processors, /// that allow arbitrary requests are otherwise vulnerable to probing attacks. Those receivers call gettransactiontocheckbroadcast() and attesttestedandscheduledbroadcast() after making those checks downstream - Future assumeInteractiveReceiver() async { + Future assumeInteractiveReceiver() async { try { final res = await receive.UncheckedProposal.assumeInteractiveReceiver(ptr: this);