mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2025-12-07 00:53:01 +11:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
2560fa734c
|
|||
|
f99aa4996f
|
|||
|
9a12b5d162
|
@@ -61,7 +61,7 @@ namespace FireWallet
|
|||||||
notifyForm.Dispose();
|
notifyForm.Dispose();
|
||||||
this.Close();
|
this.Close();
|
||||||
}
|
}
|
||||||
}
|
} else this.Close();
|
||||||
}
|
}
|
||||||
ParseTX();
|
ParseTX();
|
||||||
}
|
}
|
||||||
|
|||||||
19
README.md
19
README.md
@@ -1,6 +1,23 @@
|
|||||||
|
<br>
|
||||||
|
|
||||||
|
### 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)
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
|
||||||
# FireWallet
|
# FireWallet
|
||||||
Experimental wallet for Handshake chain
|
Experimental wallet for Handshake chain
|
||||||
The newer python version is available [here](https://github.com/nathanwoodburn/firewalletbrowser)
|
|
||||||
Info about the project can be found at https://firewallet or https://firewallet.au
|
Info about the project can be found at https://firewallet or https://firewallet.au
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|||||||
Reference in New Issue
Block a user