mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-13 11:41:03 +00:00
Allow account allocations (#161)
* Support repetitions in the tool * Add support for account allocations * Update the JSON schema
This commit is contained in:
@@ -490,6 +490,10 @@ impl WalletConfiguration {
|
||||
})
|
||||
.clone()
|
||||
}
|
||||
|
||||
pub fn highest_private_key_exclusive(&self) -> U256 {
|
||||
U256::try_from(self.additional_keys).unwrap()
|
||||
}
|
||||
}
|
||||
|
||||
fn serialize_private_key<S>(value: &PrivateKeySigner, serializer: S) -> Result<S::Ok, S::Error>
|
||||
|
||||
Reference in New Issue
Block a user