fix display of new generated coins, fix assertion in bitcoinminer

This commit is contained in:
s_nakamoto
2009-10-25 04:35:01 +00:00
parent 44e1254d1c
commit 6ccefea62a
4 changed files with 75 additions and 28 deletions

1
ui.h
View File

@@ -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();