Skip to content

Commit 6bc0408

Browse files
committed
don't pause billing timer when fetching code_descriptor
1 parent f9f0529 commit 6bc0408

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libraries/chain/include/eosio/chain/wasm_interface_private.hpp

-4
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ struct eosvmoc_tier {
148148
m.whitelisted = context.is_eos_vm_oc_whitelisted();
149149
m.high_priority = m.whitelisted && context.is_applying_block();
150150
m.write_window = context.control.is_write_window();
151-
auto timer_pause = fc::make_scoped_exit([&](){
152-
context.trx_context.resume_billing_timer();
153-
});
154-
context.trx_context.pause_billing_timer();
155151
cd = eosvmoc->cc.get_descriptor_for_code(m, code_hash, vm_version, failure);
156152
} catch (...) {
157153
// swallow errors here, if EOS VM OC has gone in to the weeds we shouldn't bail: continue to try and run baseline

0 commit comments

Comments
 (0)