Skip to content

Commit

Permalink
No need to set max_nonprivileged_inline_action_size now.
Browse files Browse the repository at this point in the history
  • Loading branch information
yarkinwho committed Sep 11, 2023
1 parent 96aa660 commit dfefc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antelope_contracts/tests/erc20/erc20_tester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ evm_eoa::~evm_eoa() { secp256k1_context_destroy(ctx); }

erc20_tester::erc20_tester(bool use_real_evm, std::string native_symbol_str) : native_symbol(symbol::from_string(native_symbol_str)) {
auto def_conf = default_config(tempdir);
def_conf.first.max_nonprivileged_inline_action_size = 256 * 1024;

cfg = def_conf.first;
init(def_conf.first, def_conf.second);

Expand Down

0 comments on commit dfefc59

Please sign in to comment.