Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Mar 26, 2024
1 parent 637da46 commit d291c0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/coinjoin/main_function.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ class CoinJoinRound {
transaction.broadcast();
}
}
const get_current_blockheight () {
const get_current_blockheight; () {
class blockchain_info = cjxt_single.jsonrpc
return blockchain_info;
}
const msig_data_pubkeys() {
const msig_data_pubkeys; () {
class multisig_script = cjxt_single
return musig_data_pubkeys;
}
const NN_script_from_pubkeys() {
const NN_script_from_pubkeys; () {
return N_script_from_pubkeys;
};
const PTG() {
Expand Down

0 comments on commit d291c0e

Please sign in to comment.