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
The function remove_delegate of transaction service api is signing the message with wallet provided by parameter, but this signature should happens outside of the remove_delegate function to let other types of wallets as hardware wallets sign the message.
I'd suggest that remove_delegate should just receive the message_hash and the signature.
The text was updated successfully, but these errors were encountered:
What is needed?
The function remove_delegate of transaction service api is signing the message with wallet provided by parameter, but this signature should happens outside of the
remove_delegate
function to let other types of wallets as hardware wallets sign the message.I'd suggest that
remove_delegate
should just receive the message_hash and the signature.The text was updated successfully, but these errors were encountered: