diff options
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r-- | src/qt/walletmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index 600bef346b..6d9d866b25 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -56,7 +56,7 @@ public: // Empty if no authentication or invalid signature/cert/etc. QString authenticatedMerchant; - static const int CURRENT_VERSION=1; + static const int CURRENT_VERSION = 1; int nVersion; IMPLEMENT_SERIALIZE |