From 1e356ac01725f485c509a3326e6730918a8ece90 Mon Sep 17 00:00:00 2001 From: login Date: Thu, 14 Nov 2019 00:25:05 +0000 Subject: Optimisations to ntcoin's pcoin_defs.cpp and tcoin_defs.cpp pcoin_defs.cpp and tcoin_defs.cpp contained definitions which were used in one but not the other. ntcoin now only includes those definitions in either which are used by the respective source file (and no other definitions). ---