From 8573e74a01824341c54d0fdd7e5c1e70a0a7a323 Mon Sep 17 00:00:00 2001 From: login Date: Fri, 15 Nov 2019 20:36:28 -0500 Subject: Bugfix in ntcoin to fix error in compile_pcoin ntcoin had an error in the way it created compile_pcoin. compile_pcoin had a missing \ at the end of the line (for line continuation). This bug has now been fixed. ---