Skip to content

Commit

Permalink
Apply review suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunxw committed Aug 30, 2023
1 parent 77aabeb commit fea52ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pallets/xvm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ where
input,
value,
overheads,
storage_deposit_limit,
skip_execution,
),
VmId::Wasm => Pallet::<T>::wasm_call(
Expand Down Expand Up @@ -193,7 +192,6 @@ where
input: Vec<u8>,
value: Balance,
overheads: Weight,
_storage_deposit_limit: Option<Balance>,
skip_execution: bool,
) -> CallResult {
log::trace!(
Expand Down
2 changes: 0 additions & 2 deletions tests/integration/src/xvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,6 @@ const CALL_XVM_PAYABLE_WITH_SDL: &'static str = "608060405234801561001057600080f

#[test]
fn calling_wasm_from_evm_works_if_sufficient_storage_deposit_limit() {
init_env_logger();

new_test_ext().execute_with(|| {
let wasm_callee_addr = deploy_wasm_contract(WASM_SIMPLE_STORAGE_NAME);
let evm_caller_addr = deploy_evm_contract(CALL_XVM_PAYABLE_WITH_SDL);
Expand Down

0 comments on commit fea52ec

Please sign in to comment.