diff --git a/liana-gui/src/lianalite/client/backend/api.rs b/liana-gui/src/lianalite/client/backend/api.rs index 131e04c9..3f4c5d06 100644 --- a/liana-gui/src/lianalite/client/backend/api.rs +++ b/liana-gui/src/lianalite/client/backend/api.rs @@ -407,7 +407,7 @@ pub mod payload { pub recipients: Vec, /// The outpoints of coins to use as transaction inputs. If empty, /// coins will be selected automatically from the set of confirmed coins - /// and those unconfirmed coins at a change address, excluding immature + /// and those unconfirmed coins that are from self, excluding immature /// coins. pub inputs: &'a [bitcoin::OutPoint], // The feerate to use for this transaction.