Skip to content

Commit

Permalink
chore: remove unwanted comments
Browse files Browse the repository at this point in the history
  • Loading branch information
HarunJr committed Oct 28, 2024
1 parent d919920 commit d830ffe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/upgradable-multisig/multisig/validation.ak
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub fn validate_initiate_multisig(
// Ensure this outref is spent in this transaction
let is_outref_spent = own_input.output_reference == output_reference

// expect [multisig_output, ..] = tx.outputs
// Extract datums
expect multisig_datum: MultisigDatum = data.output_datum(own_output)

Expand Down
2 changes: 0 additions & 2 deletions lib/upgradable-multisig/tests/multisig.ak
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ test reject_insufficient_signatures() {
)
let own_output =
tests.test_utxo_02(own_policy, multisig_out_value, output_datum)
// let recipient_output = tests.test_utxo_02(own_policy, withdrawal_value, NoDatum)
let recipient_output =
tests.test_user_utxo(
tests.test_withdraw_pkh(),
Expand Down Expand Up @@ -463,7 +462,6 @@ test success_add_signer() {
let tx_hash = tests.test_224_01()
let init_output_ref = tests.test_input_utxo_02(tx_hash)

// let redeemer = Update
// Create input and output UTxOs
let contract_value = 100_000_000_000

Expand Down
1 change: 0 additions & 1 deletion validators/multisig.ak
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ validator {
let ScriptContext { transaction: tx, purpose } = ctx
expect Mint(own_policy) = purpose

// let Transaction { .. } = tx
when r is {
InitMultiSig { output_reference, input_index, output_index } ->
validate_initiate_multisig(
Expand Down

0 comments on commit d830ffe

Please sign in to comment.