You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of subscribing for recipient address when sending a transaction, check if there is an existing subscription (for example when using addTransactionListener) and use that, speeding up the send transaction method
The text was updated successfully, but these errors were encountered:
From my tests, already_subscribed variable always returns
false
Instead of subscribing for recipient address when sending a transaction, check if there is an existing subscription (for example when using
addTransactionListener
) and use that, speeding up the send transaction methodThe text was updated successfully, but these errors were encountered: