Skip to content

Commit 24bffa2

Browse files
committed
chore(spsp): update doc
1 parent 8d2234a commit 24bffa2

File tree

1 file changed

+1
-1
lines changed
  • crates/interledger-spsp/src

1 file changed

+1
-1
lines changed

crates/interledger-spsp/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub enum Error {
3838
/// An SPSP Response returned by the SPSP server
3939
#[derive(Debug, Deserialize, Serialize)]
4040
pub struct SpspResponse {
41-
/// The destination account for this SPSP connection
41+
/// The destination ILP Address for this SPSP connection
4242
destination_account: Address,
4343
/// Base-64 encoded shared secret between SPSP client and server
4444
/// to be consumed for the STREAM connection

0 commit comments

Comments
 (0)