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
xpay has an internal global counter to assign unique ids to payments.
I've noticed during tests that all payments had odd ids.
It turns out that check xpay does change the internal state of xpay by increasing the counter.
xpay has an internal global counter to assign unique ids to payments.
I've noticed during tests that all payments had odd ids.
It turns out that
check xpaydoes change the internal state of xpay by increasing the counter.