Clarifies the blinding factor range proof explanation and includes the remaining typo fixes (#3840)

This commit is contained in:
wiesche
2026-05-26 13:01:02 +02:00
committed by GitHub
parent a6615611a9
commit 90b153fafc
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ use crate::{rest::*, BlockListing};
use std::sync::Weak;
/// Main interface into all node API functions.
/// Node APIs are split into two seperate blocks of functionality
/// Node APIs are split into two separate blocks of functionality
/// called the ['Owner'](struct.Owner.html) and ['Foreign'](struct.Foreign.html) APIs
///
/// Methods in this API are intended to be 'single use'.
+1 -1
View File
@@ -27,7 +27,7 @@ use std::net::SocketAddr;
use std::sync::Weak;
/// Main interface into all node API functions.
/// Node APIs are split into two seperate blocks of functionality
/// Node APIs are split into two separate blocks of functionality
/// called the ['Owner'](struct.Owner.html) and ['Foreign'](struct.Foreign.html) APIs
///
/// Methods in this API are intended to be 'single use'.