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
an secp context is initiated at each call of Receiver::scan_transaction(), so for ever scanned transaction, i'm wondering if it can be some performance improvements by making it a struct member?
an
secpcontext is initiated at each call ofReceiver::scan_transaction(), so for ever scanned transaction, i'm wondering if it can be some performance improvements by making it a struct member?