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.
1 parent e5b69ca commit 07364b8Copy full SHA for 07364b8
src/lib.rs
@@ -1036,7 +1036,7 @@ impl<K: KVStore + Sync + Send + 'static> Node<K> {
1036
.map_err(|_| Error::ChannelConfigUpdateFailed)
1037
}
1038
1039
- /// Send a payement given an invoice.
+ /// Send a payment given an invoice.
1040
pub fn send_payment(&self, invoice: &Invoice) -> Result<PaymentHash, Error> {
1041
let rt_lock = self.runtime.read().unwrap();
1042
if rt_lock.is_none() {
0 commit comments