Modify create_transaction mandatory_inputs argument
This commit is contained in:
parent
1d9a994543
commit
9ff9176498
@ -14,7 +14,7 @@ use sp_client::silentpayments::utils::SilentPaymentAddress;
|
|||||||
use sp_client::spclient::{OwnedOutput, Recipient, SpClient, SpWallet};
|
use sp_client::spclient::{OwnedOutput, Recipient, SpClient, SpWallet};
|
||||||
|
|
||||||
pub fn create_transaction(
|
pub fn create_transaction(
|
||||||
mandatory_inputs: &[&OutPoint],
|
mandatory_inputs: Vec<OutPoint>,
|
||||||
freezed_utxos: &HashSet<OutPoint>,
|
freezed_utxos: &HashSet<OutPoint>,
|
||||||
sp_wallet: &SpWallet,
|
sp_wallet: &SpWallet,
|
||||||
mut recipients: Vec<Recipient>,
|
mut recipients: Vec<Recipient>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user