Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Apr 9, 2024
1 parent e527149 commit f13ac5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/coinjoin/main_function.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ const get_current_blockheight; () {
return blockchain_info;
}
const msig_data_pubkeys; () {
class multisig_script = cjxt_single
class multisig_script {cjxt_single
return musig_data_pubkeys;
}
}
const NN_script_from_pubkeys; () {
return N_script_from_pubkeys;
};
Expand Down

0 comments on commit f13ac5b

Please sign in to comment.