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
{{ message }}
This repository was archived by the owner on May 29, 2025. It is now read-only.
Hi,
It looks like verify_tokens can't be used to check whether the client has been paired with the BitPay server.
When no params has been passed and not tokens have been paired, it always returns true instead of false.
If tokens is empty, it will "not" return and so pass to the next expression and then return true.
I used this code as workaround :
I propose to rewrite verify_tokens as :
Or
all?if all local tokens must match server tokens.