Skip to content

Commit

Permalink
Add Cross-send AND Save/Load API Keys
Browse files Browse the repository at this point in the history
Combat dust trades add them to the final trade, should also help with the final order being a dust trade.

If withdraw fails on first attempt, try again in 5 seconds. then fail
  • Loading branch information
Infernoman committed Dec 2, 2015
1 parent 69e3d11 commit 0780240
Show file tree
Hide file tree
Showing 6 changed files with 2,772 additions and 445 deletions.
8 changes: 5 additions & 3 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ namespace Checkpoints
boost::assign::map_list_of
( 0, uint256("0x2e28050194ad73f2405394d2f081361a23c2df8904ec7f026a018bbe148d5adf"))
( 2672, uint256("0xe31f98339ec0c628bcc5bd20aef177bdef83deb7a606528c8977ad3a1f511906"))
( 29000, uint256("0x63a67152f31a4596fc6ca5073ffe4cf68264922e740285f0ae7b3bb8cbc66b39"))
( 29000, uint256("0x63a67152f31a4596fc6ca5073ffe4cf68264922e740285f0ae7b3bb8cbc66b39"))
( 60000, uint256("0x8ac508122d4f7b290c19cb45be6e071e7aace53cd043a892e79041672c1ba99d"))


;
static const CCheckpointData data = {
&mapCheckpoints,
1428497654, // * UNIX timestamp of last checkpoint block
108399, // * total number of transactions between genesis and last checkpoint
1448101689, // * UNIX timestamp of last checkpoint block
176760, // * total number of transactions between genesis and last checkpoint
// (the tx=... number in the SetBestChain debug.log lines)
12000.0 // * estimated number of transactions per day after checkpoint
};
Expand Down
1 change: 1 addition & 0 deletions src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ void BitcoinGUI::setWalletModel(WalletModel *walletModel)
signVerifyMessageDialog->setModel(walletModel);
miningPage->setModel(clientModel);
blockBrowser->setModel(clientModel);
tradingDialogPage->setModel(walletModel);

setEncryptionStatus(walletModel->getEncryptionStatus());
connect(walletModel, SIGNAL(encryptionStatusChanged(int)), this, SLOT(setEncryptionStatus(int)));
Expand Down
Loading

0 comments on commit 0780240

Please sign in to comment.