From 21c899f9ec2121e06189a1c6a63c4d7c9f213585 Mon Sep 17 00:00:00 2001 From: Michael Mallan Date: Mon, 7 Apr 2025 16:00:53 +0100 Subject: [PATCH] gui: fix docstring --- liana-gui/src/lianalite/client/backend/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.