pr feedback and bugfixes

This commit is contained in:
realbigsean
2023-02-07 08:36:35 -05:00
parent e5896d9b71
commit 3533ed418e
2 changed files with 5 additions and 11 deletions

View File

@@ -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,
}