From 8758a5fd5e5dec0686ca3d699fc0741aee5bcf38 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Mon, 7 Aug 2023 16:32:19 +1000 Subject: [PATCH] README: Added info on fixing batch bid bug --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index efa8a7e..32339e0 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@
-
+### Due to a recent issue with bids being sent with the wrong address included with the lockup please update HSD. +This can be done if you are using the internal node. +1. Close the wallet if it is open +2. Open a terminal and run +```bat +cd %appdata%\FireWallet\hsd +git pull +``` +3. Verify the fix is pulled by running +```bat +if exist "test\wallet-importnonce-test.js" (echo Fix pulled) else (echo Fix isn't pulled) +``` -> # ⚠ Warning ⚠ -> HSD currently has a bug that doesn't allow you to import nonces for blinds. -> This means that you can't import a blind bid from an external wallet -> (eg. Bob or a different FireWallet). -> This only affects bids sent in batches. -> **Please do not send batch bids until this is fixed.** -


# FireWallet