mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 21:42:47 +01:00
go on testnet for now
This commit is contained in:
parent
29bbcab6b4
commit
ad88e7626b
@ -2,6 +2,7 @@
|
|||||||
* W.J. van der Laan 2011
|
* W.J. van der Laan 2011
|
||||||
*/
|
*/
|
||||||
#include "bitcoingui.h"
|
#include "bitcoingui.h"
|
||||||
|
#include "util.h"
|
||||||
|
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
|
||||||
@ -9,6 +10,9 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
|
|
||||||
|
/* Testing on testnet */
|
||||||
|
fTestNet = true;
|
||||||
|
|
||||||
BitcoinGUI window;
|
BitcoinGUI window;
|
||||||
window.setBalance(1234.567890);
|
window.setBalance(1234.567890);
|
||||||
window.setNumConnections(4);
|
window.setNumConnections(4);
|
||||||
|
Loading…
Reference in New Issue
Block a user