aboutsummaryrefslogtreecommitdiff
path: root/src/uint256.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2020-09-20 21:17:29 -0700
committerPieter Wuille <[email protected]>2020-10-12 11:01:16 -0700
commitda3b8fde03f2e8060bb7ff3bff17175dab85f0cd (patch)
tree288a1e596a2e026b06a117d2a62db6c314df65e4 /src/uint256.cpp
parentMerge #19954: Complete the BIP155 implementation and upgrade to TORv3 (diff)
downloaddiscoin-da3b8fde03f2e8060bb7ff3bff17175dab85f0cd.tar.xz
discoin-da3b8fde03f2e8060bb7ff3bff17175dab85f0cd.zip
Add txrequest module
This adds a new module (unused for now) which defines TxRequestTracker, a data structure that maintains all information about transaction requests, and coordinates requests.
Diffstat (limited to 'src/uint256.cpp')
-rw-r--r--src/uint256.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uint256.cpp b/src/uint256.cpp
index d074df2f2..f358b6290 100644
--- a/src/uint256.cpp
+++ b/src/uint256.cpp
@@ -80,4 +80,5 @@ template std::string base_blob<256>::ToString() const;
template void base_blob<256>::SetHex(const char*);
template void base_blob<256>::SetHex(const std::string&);
+const uint256 uint256::ZERO(0);
const uint256 uint256::ONE(1);