diff options
author | login (envs.net) | 2020-02-22 00:38:12 +0000 |
---|---|---|
committer | login (envs.net) | 2020-02-22 00:38:12 +0000 |
commit | 46f3de4bc1412315092270cfd76dab368564bc4d (patch) | |
tree | 708787315e7edec9b93d454e0a33d7ab28155047 | |
parent | c6270c739d48af98725cb5b92d2e5fb5f91b07a2 (diff) |
Separated error codes out into symbolic constants in tcoin.cpp and pcoin.cpp
This doesn't change functionality. It is simply a refactor that separates error codes out into symbolic constants in tcoin.cpp and pcoin.cpp.
-rw-r--r-- | pcoin.cpp | 0 | ||||
-rw-r--r-- | tcoin.cpp | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/pcoin.cpp b/pcoin.cpp index 9e00b21..7a15fff 100644 --- a/pcoin.cpp +++ b/pcoin.cpp diff --git a/tcoin.cpp b/tcoin.cpp index f9abffb..393a2bb 100644 --- a/tcoin.cpp +++ b/tcoin.cpp |