You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// We should use gas state when substracting CREATE/CREATE2 gas cost
if( Op == evmone::Opcode::OP_CREATE || Op == evmone::Opcode::OP_CREATE2 ) {
gas_cost = 32000;
}