diff options
author | login (tilde.temm) | 2020-02-21 23:24:10 -0500 |
---|---|---|
committer | login (tilde.temm) | 2020-02-21 23:24:10 -0500 |
commit | 4f1c68ddeda50c5ed971650e4fc9981d019a2c72 (patch) | |
tree | edd4a5c50fe8a77dfa02b7e5a4208b8563be2250 | |
parent | 578b4277ec91a19c266f52090182ad2ce74dea23 (diff) |
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).
-rw-r--r-- | pcoin.cpp | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/pcoin.cpp b/pcoin.cpp
index e9f563b..61a7945 100644
--- a/pcoin.cpp
+++ b/pcoin.cpp
|