Skip to content

Commit

Permalink
fix checkpoint (#1057)
Browse files Browse the repository at this point in the history
Co-authored-by: shaorongqiang <shaorongqiang@email.com>
  • Loading branch information
shaorongqiang and shaorongqiang authored May 7, 2024
1 parent cf2c36e commit 4076096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/config/src/abci/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,8 @@ lazy_static! {
max_gas_price_limit: 4636000,
evm_staking_inital_height: 4636000,
evm_staking_address: "0x38d49e3bd5144059c9f3bA10CF7306E84155B603".to_owned(),
utxo_fee_height: 5671678,
check_tx_size_height: 5671678
utxo_fee_height: 5713000,
check_tx_size_height: 5713000
};
}

Expand Down

0 comments on commit 4076096

Please sign in to comment.