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
So the only possible values one can assign of v without throwing an exception are (0, 127), which is neither a byte (0, 255) or an unsigned byte (-128, 127).
But this is not critical at all since valid v's will always be in the range (0, 127) - read
The text was updated successfully, but these errors were encountered:
The v in signatures assigned to inputs has 2 conflicting types.
1.) 8-bit unsigned
leap-core/lib/input.js
Line 92 in c2c30fb
2.) 8-bit signed
leap-core/lib/input.js
Line 201 in c2c30fb
So the only possible values one can assign of v without throwing an exception are (0, 127), which is neither a byte (0, 255) or an unsigned byte (-128, 127).
But this is not critical at all since valid v's will always be in the range (0, 127) - read
The text was updated successfully, but these errors were encountered: