Author

Topic: Solution for unconfirmed transaction issue (Read 361 times)

hero member
Activity: 524
Merit: 500
October 19, 2013, 02:10:45 PM
#1
Somehow my Quark wallet managed to create an invalid transaction Sad I didn't dig too deep to find the root of the problem, but found quick and dirty way to get my Quarks back.
1) Backup the wallet.dat
2) Change
Code:
        else if (strType == "tx")
in file walletdb.cpp to something like
Code:
        else if (strType == "tx!!!")
3) Recompile
4) Restart wallet executable

Now it "forgets" invalid tx and coins are available again.
Jump to: