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
Nonce for compute will be stored in nanoseconds format (generated by Provider in oceanprotocol/provider#658). Casting to float the nanoseconds number will look like this:
Nonce for compute will be stored in nanoseconds format (generated by Provider in oceanprotocol/provider#658). Casting to float the nanoseconds number will look like this:
which leads to
InvalidSignatureError
due to the fact that is a big number.The text was updated successfully, but these errors were encountered: