Skip to content

Commit

Permalink
- Add 5 pnSeed nodes
Browse files Browse the repository at this point in the history
- Resolved issue in Qt code allowing compilation in Windows
  • Loading branch information
kryptoslab committed Oct 14, 2014
1 parent d1be6af commit 126bf36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ void ThreadDNSAddressSeed2(void* parg)

unsigned int pnSeed[] =
{
0x231621b2, 0x4a54c854, 0x13cca445,
0x231621b2, 0x4a54c854, 0x13cca445, 0x4b64bb25, 0x09510905, 0x471503c0, 0xd8fab56b, 0xd9fab56b,
};

void DumpAddresses()
Expand Down
2 changes: 1 addition & 1 deletion src/qt/transactiondesc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include "main.h"
#include "wallet.h"
#include "db.h"
#include "walletdb.h"
#include "ui_interface.h"

#include <QString>
Expand Down

0 comments on commit 126bf36

Please sign in to comment.