Skip to content

Commit

Permalink
API Owner test for process_multisig_tx
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneFerneau committed Jul 7, 2021
1 parent 0f42b73 commit 92f0503
Show file tree
Hide file tree
Showing 17 changed files with 872 additions and 247 deletions.
3 changes: 2 additions & 1 deletion api/src/foreign_rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,10 @@ pub trait ForeignRpc {
}
],
"sta": "A1",
"ver": "4:2"
"ver": "5:2"
},
null,
null,
null
]
}
Expand Down
2 changes: 1 addition & 1 deletion api/src/owner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ where
let mut w_lock = self.wallet_inst.lock();
let w = w_lock.lc_provider()?.wallet_inst()?;
owner::process_multisig_tx(&mut **w, keychain_mask, slate)
}
}

/// Initializes an atomic swap transaction. The transaction can either be
/// the main or refund. To create a refund transaction, set `args.late_lock = Some(true)`.
Expand Down
Loading

0 comments on commit 92f0503

Please sign in to comment.