diff options
author | login (tilde.temm) | 2020-02-21 23:33:26 -0500 |
---|---|---|
committer | login (tilde.temm) | 2020-02-21 23:33:26 -0500 |
commit | f4e29c07930ba87ee5f266860623b56ece0bf470 (patch) | |
tree | d1f2f7fab818b1d6ef253e5282b81cd23d08d76c | |
parent | 61355a43749cb5507792482e64f45ad5883580dd (diff) |
Made a minor mistake in pcoin.cpp regarding symbolic constant TCOIN_MSG_LENGTH_LIMIT
I made a switch from TCOIN_MSG_LENGTH to TCOIN_MSG_LENGTH_LIMIT for the symbolic constant representing the maximum number of characters of a transaction message. I changed all instances of the symbolic constant to this new name in tcoin.cpp, but forgot to do it in one instance in pcoin.cpp. This goes on to show that I need to develop tests for tcoin and pcoin, as well as start using getopt from util-linux for proper options handling.
-rw-r--r-- | pcoin.cpp | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/pcoin.cpp b/pcoin.cpp
index a7d9baa..e1c2d5d 100644
--- a/pcoin.cpp
+++ b/pcoin.cpp
|