summary refs log tree commit diff
diff options
context:
space:
mode:
authorlogin (tilde.temm)2020-02-21 23:24:10 -0500
committerlogin (tilde.temm)2020-02-21 23:24:10 -0500
commit4f1c68ddeda50c5ed971650e4fc9981d019a2c72 (patch)
treeedd4a5c50fe8a77dfa02b7e5a4208b8563be2250
parent578b4277ec91a19c266f52090182ad2ce74dea23 (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.cpp0
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