We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
add_assets
1 parent 01d94a1 commit 0fee2a2Copy full SHA for 0fee2a2
wallet/src/psbt/params.rs
@@ -57,7 +57,7 @@ impl Params {
57
///
58
/// This may be called multiple times to add additional assets, however only the last
59
/// absolute or relative timelock is retained. See also `AssetsExt`.
60
- pub fn add_assets<I, S>(&mut self, assets: Assets) -> &mut Self {
+ pub fn add_assets(&mut self, assets: Assets) -> &mut Self {
61
let mut new = match self.assets {
62
Some(ref existing) => {
63
let mut new = Assets::new();
0 commit comments