Skip to content

Commit 3254f8f

Browse files
committed
fix illegal instruction failure in Qt on Darwin
xaya/xaya#52
1 parent 4f11049 commit 3254f8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/chainparams.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ class CChainParams
117117
which determines further actions. */
118118
/* FIXME: Move to consensus params! */
119119
bool IsHistoricBug(const uint256& txid, unsigned nHeight, BugType& type) const;
120+
virtual ~CChainParams() {}
120121

121122
protected:
122123
CChainParams() {}

0 commit comments

Comments
 (0)