From 4f1c68ddeda50c5ed971650e4fc9981d019a2c72 Mon Sep 17 00:00:00 2001 From: login (tilde.temm) Date: Fri, 21 Feb 2020 23:24:10 -0500 Subject: Added silentsend with message case to pcoin.cpp I don't know how I missed this, because I remember coming across this deficiency before. I had missed a case, where silentsend is requested but with a message. Previously, it would fail without any message to stdout or stderr (only a return code). Now, silentsend with a message works even on pcoin.cpp (tcoin.cpp already had this change). ---