diff options
author | login000 | 2019-06-25 12:58:57 +1000 |
---|---|---|
committer | GitHub | 2019-06-25 12:58:57 +1000 |
commit | d7db0da8b714d560123e7a83b8bd1b56f3f35129 (patch) | |
tree | 15eecd44143c6079c7625b783c41643b2b1e5a53 /pcoin.cpp | |
parent | 6411a27b8d6e9583bfcbb61a8d869ef8584fab61 (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").
Diffstat (limited to 'pcoin.cpp')
-rw-r--r-- | pcoin.cpp | 0 |
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
|