mirror of
https://github.com/akula-bft/akula.git
synced 2026-05-11 03:00:14 -04:00
impl Copy for RlpAccount
This commit is contained in:
@@ -15,7 +15,7 @@ pub struct Account {
|
||||
pub code_hash: H256, // hash of the bytecode
|
||||
}
|
||||
|
||||
#[derive(Debug, RlpEncodable, RlpDecodable, RlpMaxEncodedLen)]
|
||||
#[derive(Clone, Copy, Debug, RlpEncodable, RlpDecodable, RlpMaxEncodedLen)]
|
||||
pub struct RlpAccount {
|
||||
pub nonce: u64,
|
||||
pub balance: U256,
|
||||
|
||||
Reference in New Issue
Block a user