mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
pr feedback and bugfixes
This commit is contained in:
@@ -29,10 +29,3 @@ pub struct AccessTuple {
|
||||
pub address: Address,
|
||||
pub storage_keys: VariableList<Hash256, MaxAccessListStorageKeys>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Encode, Decode)]
|
||||
pub struct EcdsaSignature {
|
||||
y_parity: bool,
|
||||
r: Uint256,
|
||||
s: Uint256,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user