mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
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.
This commit is contained in:
parent
0b2abaa666
commit
da3b8fde03
5 changed files with 807 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue