You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return a completed future when an async receive offer is already ready.
Drop redundant public wrappers now covered by lower-level APIs.
Co-Authored-By: HAL 9000
"Failed to create blinded paths when requesting async receive offer paths"
5920
-
);
5921
-
})
5922
-
}
5923
-
5924
5914
/// Requests fresh async receive offer paths from the configured static invoice server, if any,
5925
5915
/// and attaches `payment_metadata` to the resulting BOLT 12 payment contexts.
5926
5916
///
@@ -5941,30 +5931,6 @@ impl<
5941
5931
})
5942
5932
}
5943
5933
5944
-
/// Returns once an async receive offer is ready after the interactive static-invoice
5945
-
/// protocol completes, or immediately if one is already available.
5946
-
///
5947
-
/// Callers that need a timeout can combine this future with their runtime's timeout
5948
-
/// primitive.
5949
-
#[cfg_attr(
5950
-
feature = "std",
5951
-
doc = "Synchronous callers should instead fetch the underlying [`Future`] via [`Self::get_async_receive_offer_ready_future`] and call [`Future::wait_timeout`] on it."
0 commit comments