Skip to content

Commit

Permalink
remove extra file
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaTaoXie committed Jul 19, 2019
1 parent 0650f50 commit b8993ae
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 56 deletions.
14 changes: 0 additions & 14 deletions contrib/autominersetupwin.cpp

This file was deleted.

22 changes: 0 additions & 22 deletions contrib/autominersetupwin.h

This file was deleted.

18 changes: 0 additions & 18 deletions contrib/autominersetupwin.ui

This file was deleted.

2 changes: 1 addition & 1 deletion src/qt/forms/masternodelist.ui
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<string notr="true"/>
</property>
<property name="currentIndex">
<number>2</number>
<number>0</number>
</property>
<widget class="QWidget" name="tabMyMasternodes">
<attribute name="title">
Expand Down
2 changes: 1 addition & 1 deletion src/rpc/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ UniValue reconsiderblock(const UniValue& params, bool fHelp)

return NullUniValue;
}
static UniValue getchaintxstats(const UniValue& params, bool fHelp)
UniValue getchaintxstats(const UniValue& params, bool fHelp)
{
if (fHelp || params.size() > 2)
throw runtime_error(
Expand Down

0 comments on commit b8993ae

Please sign in to comment.