Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
chore: s/blockstream.info/mempool.space/g
Browse files Browse the repository at this point in the history
  • Loading branch information
waldenraines committed Oct 27, 2023
1 parent ae03b7a commit dc1c728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ClientPicker/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class ClientPicker extends React.Component {
{client.type === "public" && (
<FormHelperText>
{"'Public' uses the "}
<code>blockstream.info</code>
<code>mempool.space</code>
{" API. Switch to private to use a "}
<code>bitcoind</code>
{" node."}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Help.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const Help = () => (
<p>
If you don&apos;t want to or cannot run your own full node,
Caravan defaults to using the freely available API at
<code> blockstream.info</code>.
<code> mempool.space</code>.
</p>
</CardContent>
</Card>
Expand Down

0 comments on commit dc1c728

Please sign in to comment.