Skip to content

Commit

Permalink
add MAX_GAS_PER_BLOCK
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Aug 14, 2023
1 parent 1f142a5 commit 1349913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ain-evm/src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ use crate::{

pub type NativeTxHash = [u8; 32];

pub const MAX_GAS_PER_BLOCK: U256 = U256([30_000_000, 0, 0, 0]);

pub struct EVMCoreService {
pub tx_queues: Arc<TransactionQueueMap>,
pub trie_store: Arc<TrieDBStore>,
Expand Down

0 comments on commit 1349913

Please sign in to comment.