diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2009-10-25 04:35:01 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2009-10-25 04:35:01 +0000 |
commit | fa2a0338d3f8b1c3a1d75bff39ff42e436cee0dc (patch) | |
tree | 3b7788ae10dc2507e48c100f39a94c92ab9af70d /ui.h | |
parent | e39dfe8ea64a360978db0239fbd6ea4ef24de55d (diff) |
fix display of new generated coins, fix assertion in bitcoinminer
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@17 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'ui.h')
-rw-r--r-- | ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ public: void OnCrossThreadCall(wxCommandEvent& event);
void InsertLine(bool fNew, int nIndex, uint256 hashKey, string strSort, const wxString& str1, const wxString& str2, const wxString& str3, const wxString& str4, const wxString& str5);
+ bool DeleteLine(uint256 hashKey);
void InsertTransaction(const CWalletTx& wtx, bool fNew, int nIndex=-1);
void RefreshListCtrl();
void RefreshStatus();
|