Add keccak-secp256k1 instruction (#11839)
* Implement keccak-secp256k1 instruction Verifies eth addreses with ecrecover function * Move secp256k1 test
This commit is contained in:
@@ -418,7 +418,7 @@ pub struct AccountsDB {
|
||||
|
||||
stats: AccountsStats,
|
||||
|
||||
cluster_type: Option<ClusterType>,
|
||||
pub cluster_type: Option<ClusterType>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Default)]
|
||||
|
Reference in New Issue
Block a user