README: Added info on fixing batch bid bug

This commit is contained in:
Nathan Woodburn 2023-08-07 16:32:19 +10:00
parent 7af283a71e
commit 8758a5fd5e
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -1,15 +1,19 @@
<br>
<div style="text-align: center;font-weight: bold;">
### 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.**
</div>
<br><br>
# FireWallet