Skip to content

Commit

Permalink
Update src/horizon_client.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Luijken <35781348+tluijken@users.noreply.github.com>
  • Loading branch information
ejorritsma and tluijken authored Dec 13, 2023
1 parent a2564a3 commit 9fbeed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/horizon_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl HorizonClient {
/// # let base_url = "https://horizon-testnet.stellar.org".to_string();
/// # let horizon_client = HorizonClient::new(base_url)
/// # .expect("Failed to create Horizon Client");
/// let request: AccountsRequest<NoSponsor, Signer, NoAsset, NoLiquidityPool> = AccountsRequest::new()
/// let request = AccountsRequest::new()
/// .set_signer("GDQJUTQYK2MQX2VGDR2FYWLIYAQIEGXTQVTFEMGH2BEWFG4BRUY4CKI7")
/// .unwrap();
///
Expand Down

0 comments on commit 9fbeed2

Please sign in to comment.