Skip to content

Commit

Permalink
fix: add base url to get network status function
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumealoy committed Aug 20, 2024
1 parent 11d991c commit 25dcce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/src/blockchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ impl CommunicationProxy {

let resp = self
.client
.get(endpoint)
.get(self.get_endpoint(&endpoint))
.send()
.await?
.json::<NetworkStatusResponse>()
Expand Down

0 comments on commit 25dcce7

Please sign in to comment.