Skip to content

Commit

Permalink
Default to not using SegWit and version bump to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeShark committed May 10, 2017
1 parent 0988816 commit 1f0ba5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/newaccountdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ NewAccountDialog::NewAccountDialog(const QList<QString>& allKeychains, const QLi
if (getCoinParams().segwit_enabled())
{
segwitCheckBox = new QCheckBox(tr("Use Seg&Wit"), this);
segwitCheckBox->setChecked(true);
segwitCheckBox->setChecked(false);
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion src/versioninfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <openssl/opensslv.h>

// Definitions
const QString VERSIONTEXT("0.10.1");
const QString VERSIONTEXT("0.10.2");

const QString commitHash(COMMIT_HASH);
const QString shortCommitHash(QString(COMMIT_HASH).left(7));
Expand Down

0 comments on commit 1f0ba5d

Please sign in to comment.