Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
fix
  • Loading branch information
pgherveou committed Jul 10, 2023
commit 138397bc786d08c0b13d2f9ec78ac600401904c3
8 changes: 4 additions & 4 deletions frame/contracts/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3029,10 +3029,10 @@ fn gas_estimation_call_runtime() {
data: vec![],
});

let call = RuntimeCall::Balances(pallet_balances::Call::transfer_allow_death {
dest: addr_callee,
value: min_balance * 10,
});
// let call = RuntimeCall::Balances(pallet_balances::Call::transfer_allow_death {
// dest: addr_callee,
// value: min_balance * 10,
// });
let result = Contracts::bare_call(
ALICE,
addr_caller.clone(),
Expand Down