Skip to content

Commit

Permalink
Merge pull request #22 from NewYorkCoin-NYC/Openssl-Update
Browse files Browse the repository at this point in the history
Openssl update
  • Loading branch information
MrSlosh committed Apr 3, 2018
2 parents e81238a + b3d64a1 commit 1b71124
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/bitcoinrpc.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Copyright (c) 2017-2018 NewYorkCoin Community developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
1 change: 1 addition & 0 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) 2009-2012 The Bitcoin developers
// Copyright (c) 2017-2018 NewYorkCoin Community developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
1 change: 1 addition & 0 deletions src/init.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2017-2018 NewYorkCoin Community developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2017-2018 NewYorkCoin Community developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
4 changes: 2 additions & 2 deletions src/makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ INCLUDEPATHS= \
-I"$(CURDIR)" \
-I"$(DEPSDIR)/include" \
-I"$(DEPSDIR)/boost_1_57_0/" \
-I"$(DEPSDIR)/openssl-1.0.2n/include/" \
-I"$(DEPSDIR)/openssl-1.0.2o/include/" \
-I"$(DEPSDIR)/db-4.8.30.NC/build_unix/" \
-I"$(DEPSDIR)/miniupnpc/"

Expand All @@ -36,7 +36,7 @@ LIBPATHS= \
-L"$(DEPSDIR)/lib" \
-L"$(DEPSDIR)/boost_1_57_0/stage/lib" \
-L"$(DEPSDIR)/db-4.8.30.NC/build_unix" \
-L"$(DEPSDIR)/openssl-1.0.2n/dist/lib" \
-L"$(DEPSDIR)/openssl-1.0.2o/" \
-L"$(DEPSDIR)/miniupnpc"

LIBS= \
Expand Down
2 changes: 1 addition & 1 deletion src/makefile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ clean:
-rm -f obj/build.h
-cd leveldb && $(MAKE) clean || true

FORCE:
FORCE:
1 change: 1 addition & 0 deletions src/net.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2017-2018 NewYorkCoin Community developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
2 changes: 1 addition & 1 deletion src/qt/forms/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string>&lt;b&gt;newyorkc&lt;/b&gt; version</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;NewYorkCoin&lt;/span&gt; version&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
Expand Down
2 changes: 1 addition & 1 deletion src/qt/forms/optionsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<enum>QTabWidget::North</enum>
</property>
<property name="currentIndex">
<number>1</number>
<number>2</number>
</property>
<widget class="QWidget" name="tabMain">
<attribute name="title">
Expand Down
4 changes: 3 additions & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Copyright (c) 2017-2018 NewYorkCoin Community developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down Expand Up @@ -1142,7 +1143,8 @@ void ReadConfigFile(map<string, string>& mapSettingsRet,
fprintf(ConfFile, "rpcport=18823\n");
fprintf(ConfFile, "listen=1\n");
fprintf(ConfFile, "server=1\n");
fprintf(ConfFile, "maxconnections=100\n");
fprintf(ConfFile, "maxconnections=20\n");
fprintf(ConfFile, "addnode=nyc.theincrediblemachine.tv\n");
fprintf(ConfFile, "addnode=62.213.218.23\n");
fprintf(ConfFile, "addnode=67.86.78.250\n");
fprintf(ConfFile, "addnode=71.34.149.166\n");
Expand Down
1 change: 1 addition & 0 deletions src/wallet.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2017-2018 NewYorkCoin Community developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down

0 comments on commit 1b71124

Please sign in to comment.