Compare commits

3 Commits

2 changed files with 6 additions and 18 deletions

View File

@@ -839,6 +839,11 @@ namespace FireWallet
Account = comboBoxaccount.Text;
Password = textBoxaccountpassword.Text;
// Escape the password to allow use in JSON
Password = Password.Replace("\\", "\\\\");
Password = Password.Replace("\"", "\\\"");
bool loggedin = await Login();
if (loggedin)
{

View File

@@ -1,23 +1,6 @@
<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
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
## Installation