Merge #643: installer: remove legacy warning on incompatible descriptor.

f9b2ff1413da03ad3245061400ba7f3e7e865195 installer: remove legacy warning on incompatible descriptor. (Antoine Poinsot)

Pull request description:

  Fixes #613.

ACKs for top commit:
  darosior:
    self-ACK f9b2ff1413da03ad3245061400ba7f3e7e865195 -- trivial.

Tree-SHA512: a2239c82704ebb7065e60b80881560123a28915780260269212563799a73f76b1cbac3f88a89832a6557d047e30850a679fa4ef3aa560010f1a5d375745cbbb9
This commit is contained in:
Antoine Poinsot 2023-08-29 17:03:34 +02:00
commit d5c98aaa3a
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -390,7 +390,7 @@ pub fn import_descriptor<'a>(
form::Form::new("Descriptor", imported_descriptor, |msg| {
Message::DefineDescriptor(message::DefineDescriptor::ImportDescriptor(msg))
})
.warning("Incompatible descriptor. Note that starting from v0.2 Liana requires extended keys in a descriptor to have an origin.")
.warning("Incompatible descriptor.")
.size(20)
.padding(10),
)