Skip to content

Commit 92f0503

Browse files
committed
API Owner test for process_multisig_tx
1 parent 0f42b73 commit 92f0503

File tree

17 files changed

+872
-247
lines changed

17 files changed

+872
-247
lines changed

api/src/foreign_rpc.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,10 @@ pub trait ForeignRpc {
219219
}
220220
],
221221
"sta": "A1",
222-
"ver": "4:2"
222+
"ver": "5:2"
223223
},
224224
null,
225+
null,
225226
null
226227
]
227228
}

api/src/owner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ where
914914
let mut w_lock = self.wallet_inst.lock();
915915
let w = w_lock.lc_provider()?.wallet_inst()?;
916916
owner::process_multisig_tx(&mut **w, keychain_mask, slate)
917-
}
917+
}
918918

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

0 commit comments

Comments
 (0)