Skip to content

Commit 869f9b6

Browse files
committed
Release Tweaks.
1 parent f7c8d66 commit 869f9b6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pseudo_node.c

+4
Original file line numberDiff line numberDiff line change
@@ -3223,6 +3223,10 @@ extern struct PN *PN_create(const struct PN_coin *coin,
32233223
if (!system_init())
32243224
return NULL;
32253225

3226+
#ifdef LINUX
3227+
signal(SIGPIPE, SIG_IGN);
3228+
#endif
3229+
32263230
struct state *S = alloc_state();
32273231
rand64_init(S);
32283232
S->addr_salt = rand64(S);

release-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ then
4444
cp LICENSE.txt $INSTALL
4545
echo "\tcopy $INSTALL/README.md..."
4646
cp README.md $INSTALL
47-
echo "\tcopy $INSTALL/psuedonode..."
47+
echo "\tcopy $INSTALL/pseudonode..."
4848
cp pseudonode.macosx $INSTALL/pseudonode
4949
echo "\tcopy $INSTALL/libpseudonode.dylib..."
5050
cp libpseudonode.dylib $INSTALL

0 commit comments

Comments
 (0)