paynym send bug fix

This commit is contained in:
julian 2023-02-10 11:51:54 -06:00
parent c275f09869
commit 279d37c06e

View file

@ -306,7 +306,7 @@ mixin PaynymWalletInterface {
{required PaymentCode paymentCode,
required int satoshiAmount,
Map<String, dynamic>? args}) async {
if (!(await hasConnected(paymentCode.notificationAddressP2PKH()))) {
if (!(await hasConnected(paymentCode.toString()))) {
throw PaynymSendException(
"No notification transaction sent to $paymentCode");
} else {