Skip to content

Commit

Permalink
proc v1.3.8
Browse files Browse the repository at this point in the history
v1.3.8 is in Beta Release (BR) to quickly fix the Blockchain stuck on
Block# 525600. Some new files have been added for the Masternode
Development.

-Did some renaming to reflect ProCurrency name
-Disabled Secure Messaging
-New Files added for Masternode Development
-Fixed Blockchain stuck on Block# 525600
Note: If your wallet is still not syncing after the update, please
rewind the blockchain back up to 2000 blocks and relaunch ProCurrency
Wallet. Go to console and type: rewindchain 2000 | then hit "ENTER"
  • Loading branch information
rkanadev committed Dec 31, 2018
1 parent 87295c1 commit a162892
Show file tree
Hide file tree
Showing 158 changed files with 6,142 additions and 371 deletions.
8 changes: 4 additions & 4 deletions procurrency.pro
Expand Up @@ -353,7 +353,7 @@ HEADERS += \
src/qt/scicon.h \
src/qt/trafficgraphwidget.h \
src/qt/messagemodel.h \
src/qt/gui.h \
src/qt/procgui.h \
src/pubkey.h \
src/limitedmap.h \
src/support/cleanse.h \
Expand All @@ -364,7 +364,7 @@ HEADERS += \
src/crypto/sha1.h \
src/crypto/sha256.h \
src/crypto/sha512.h \
src/qt/bridge.h
src/qt/procbridge.h

SOURCES += \
src/alert.cpp \
Expand Down Expand Up @@ -438,7 +438,7 @@ SOURCES += \
src/qt/scicon.cpp \
src/qt/trafficgraphwidget.cpp \
src/qt/messagemodel.cpp \
src/qt/gui.cpp \
src/qt/procgui.cpp \
src/qt/procurrency.cpp \
src/pubkey.cpp \
src/allocators.cpp \
Expand All @@ -450,7 +450,7 @@ SOURCES += \
src/crypto/sha1.cpp \
src/crypto/sha256.cpp \
src/crypto/sha512.cpp \
src/qt/bridge.cpp
src/qt/procbridge.cpp

FORMS += \
src/qt/forms/coincontroldialog.ui \
Expand Down

0 comments on commit a162892

Please sign in to comment.