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
Hello,
The parameter Key in the sign_transaction method on the Account struct in the crate need a secp256k1::key::SecretKey. However, it seems now that the key module is private and SecretKey is reachable from secp256k1::SecretKey. Can you correct this ? Thanks !
The text was updated successfully, but these errors were encountered:
Hello,
The parameter Key in the sign_transaction method on the Account struct in the crate need a secp256k1::key::SecretKey. However, it seems now that the key module is private and SecretKey is reachable from secp256k1::SecretKey. Can you correct this ? Thanks !
The text was updated successfully, but these errors were encountered: