From 990b348912ac8cf107d7111632d3f6fb7298f36b Mon Sep 17 00:00:00 2001 From: Supachai Kheawjuy Date: Mon, 4 Mar 2024 00:14:29 +0700 Subject: [PATCH] doc: update signet faucet link in offline-signing-tutorial.md --- doc/offline-signing-tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/offline-signing-tutorial.md b/doc/offline-signing-tutorial.md index 4761cf256bdb3..401ee52c1c5de 100644 --- a/doc/offline-signing-tutorial.md +++ b/doc/offline-signing-tutorial.md @@ -114,7 +114,7 @@ At this point, it's important to understand that both the `offline_wallet` and o tb1qtu5qgc6ddhmqm5yqjvhg83qgk2t4ewajg0h6yh ``` -2. Visit a faucet like https://signet.bc-2.jp and enter your address from the previous command to receive a small amount of signet coins to this address. +2. Visit a faucet like https://signetfaucet.com and enter your address from the previous command to receive a small amount of signet coins to this address. 3. Confirm that coins were received using the online `watch_only_wallet`. Note that the transaction may take a few moments before being received on your local node, depending on its connectivity. Just re-run the command periodically until the transaction is received. @@ -252,4 +252,4 @@ You can also show transactions related to the wallet using `listtransactions` { ... } -``` \ No newline at end of file +```