Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeradhoy committed Dec 18, 2024
1 parent 5020faf commit 08fc594
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion crates/contract-controller/src/reply/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use crate::{
storage,
};
use cosmwasm_std::{Env, Event, Reply, Response, SubMsgResult};
use provwasm_std::types::cosmwasm::wasm::v1beta1::MsgInstantiateContractResponse;

pub fn handle(deps: ProvDepsMut, env: Env, reply: Reply) -> ProvTxResponse {
if reply.id == constants::REPLY_INIT_ID {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ mod tests {
util::testing::SettlementTester,
};

// use super::{calculate_funds, funds_match_deposit, handle, is_accepted, securities_match};
use super::{calculate_funds, handle, is_accepted, securities_match};

#[test]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use cosmwasm_std::{Addr, Env, Event, Response, Storage};
// use provwasm_std::{mint_marker_supply, transfer_marker_coins, withdraw_coins};

use super::commitment::{Commitment, CommitmentState};
use crate::util::provenance_utilities::{
Expand Down

0 comments on commit 08fc594

Please sign in to comment.