From ff3805d3095617dfe7eaff1ceb96a0fd2fe77c48 Mon Sep 17 00:00:00 2001 From: ~login@aussies.space Date: Mon, 30 Sep 2019 14:58:06 +0000 Subject: Bug fixes to ntcoin 1. Single quotes closed before command substitutions, and opened again right after them. (Some cases were missed previously.) 2. The u+s mode/permission is used on all subdirectories of the tcoin directory and the tcoin directory itself now, so that files created are owned by the owner of the containing directory by default. This will prevent the class of bugs that would arise when files are created through the tcoin executable (which has the setuid bit set). 3. A mistake in the file name and location of the base amount (tcoin/base/base.txt) was corrected. ---