Skip to content

Commit

Permalink
evil: add is_native_token_transferable
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Apr 2, 2024
1 parent 6feca5b commit de3d53f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/proof_of_stake/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2593,6 +2593,7 @@ pub mod test_utils {
fee_unshielding_gas_limit: 10000,
fee_unshielding_descriptions_limit: 15,
minimum_gas_price: BTreeMap::new(),
is_native_token_transferable: true,
};
init_storage(&chain_parameters, storage).unwrap();
init_genesis_helper(storage, &params, validators, current_epoch)?;
Expand Down

0 comments on commit de3d53f

Please sign in to comment.