From 11d377468acea2a3a249f5e0b87f17e84f52db99 Mon Sep 17 00:00:00 2001 From: Christopher Bergqvist Date: Thu, 18 Nov 2021 14:24:28 +0100 Subject: [PATCH] Finish incomplete sentance --- source/support/FAQ/bitcoin-faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/support/FAQ/bitcoin-faq.rst b/source/support/FAQ/bitcoin-faq.rst index 81969eb..620a2ac 100644 --- a/source/support/FAQ/bitcoin-faq.rst +++ b/source/support/FAQ/bitcoin-faq.rst @@ -43,7 +43,7 @@ Even if your wallet is plugged into your Embassy, whether your wallet is hot or How does Bitcoin Proxy request (and verify) data when that data is needed by some app using it? ----------------------------------------------------------------------------------------------- -Proxy fetches blocks from your pruned node if it still has them, and fetches them from peers when it does not. Proxy can ensures the fetched block is valid by comparing it to its header, which is retained by the pruned node. The header is a product of the hash of the block itself, amongst other things, so it can't be +Proxy fetches blocks from your pruned node if it still has them, and fetches them from peers when it does not. Proxy can ensures the fetched block is valid by comparing it to its header, which is retained by the pruned node. The header is a product of the hash of the block itself, amongst other things, so it can't be tampered with. What is the difference between the Bitcoin Wallet Tracker and the Electrum Personal Server? -------------------------------------------------------------------------------------------