mirror of
https://github.com/status-im/evmc.git
synced 2025-02-22 07:58:19 +00:00
Support CHAINID in rust bindings
This commit is contained in:
parent
5377cbeec7
commit
317b2c18cf
@ -85,6 +85,7 @@ mod tests {
|
||||
block_timestamp: 0,
|
||||
block_gas_limit: 0,
|
||||
block_difficulty: Uint256::default(),
|
||||
chain_id: Uint256::default(),
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -759,6 +759,7 @@ mod tests {
|
||||
block_timestamp: 235117,
|
||||
block_gas_limit: 105023,
|
||||
block_difficulty: Uint256 { bytes: [0xaa; 32] },
|
||||
chain_id: Uint256::default(),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user