Misc fixes (#11510)
* Misc fixes Did some code reading and made random changes as I went. * Update ethcore/src/client/client.rs Co-Authored-By: Andronik Ordian <write@reusable.software> Co-authored-by: Andronik Ordian <write@reusable.software>
This commit is contained in:
@@ -100,7 +100,7 @@ impl From<ethjson::spec::Account> for PodAccount {
|
||||
}
|
||||
}
|
||||
|
||||
/// Determine difference between two optionally existant `Account`s. Returns None
|
||||
/// Determine difference between two optionally existent `Account`s. Returns None
|
||||
/// if they are the same.
|
||||
pub fn diff_pod(pre: Option<&PodAccount>, post: Option<&PodAccount>) -> Option<AccountDiff> {
|
||||
match (pre, post) {
|
||||
|
||||
Reference in New Issue
Block a user