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 8d2234a commit 24bffa2Copy full SHA for 24bffa2
crates/interledger-spsp/src/lib.rs
@@ -38,7 +38,7 @@ pub enum Error {
38
/// An SPSP Response returned by the SPSP server
39
#[derive(Debug, Deserialize, Serialize)]
40
pub struct SpspResponse {
41
- /// The destination account for this SPSP connection
+ /// The destination ILP Address for this SPSP connection
42
destination_account: Address,
43
/// Base-64 encoded shared secret between SPSP client and server
44
/// to be consumed for the STREAM connection
0 commit comments