Skip to content

Commit

Permalink
RSA encryption tested and working
Browse files Browse the repository at this point in the history
  • Loading branch information
proletesseract committed Jan 10, 2016
1 parent 122f529 commit 9c64f66
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 132 deletions.
2 changes: 1 addition & 1 deletion NavajoCoin-qt.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.4.1, 2015-12-29T18:49:36. -->
<!-- Written by QtCreator 3.4.1, 2016-01-10T19:38:02. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down
4 changes: 2 additions & 2 deletions src/qt/overviewpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ OverviewPage::OverviewPage(QWidget *parent) :
//start ticker
tickerInterval =60000;

tickerTimer.start(tickerInterval, this);
//tickerTimer.start(tickerInterval, this);

this->getMarketData();
//this->getMarketData();

}

Expand Down
Loading

0 comments on commit 9c64f66

Please sign in to comment.