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
HmacSha256::new_from_slice(&js_string_secret.as_bytes()) =>
HmacSha256::new_from_slice(js_string_secret.as_bytes())
No need to pass in address here.
Same for js_string_message.
0 commit comments