summary refs log tree commit diff
diff options
context:
space:
mode:
authorlogin0002019-06-25 12:58:57 +1000
committerGitHub2019-06-25 12:58:57 +1000
commitd7db0da8b714d560123e7a83b8bd1b56f3f35129 (patch)
tree15eecd44143c6079c7625b783c41643b2b1e5a53
parent6411a27b8d6e9583bfcbb61a8d869ef8584fab61 (diff)
Added #define DEBUG, fixed pcoin error message
Added #define DEBUG and put a few check statements under it.
Fixed error message in pcoin that suggested the incorrect "add_internal_balance" amount when "internal_balance" owed to a particular user was not enough (and was lesser than the number of tildecoins being sent using the "send" command to said user). Also, fixed an error in retrieving the amount owed to a particular user when doing checks during the "send" command ("temp_program_sender_username" instead of "program_sender_username").
-rw-r--r--pcoin.cpp0
1 files changed, 0 insertions, 0 deletions
diff --git a/pcoin.cpp b/pcoin.cpp
index e4eeb86..978b41d 100644
--- a/pcoin.cpp
+++ b/pcoin.cpp