diff options
| author | Pieter Wuille <[email protected]> | 2018-04-04 11:56:22 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2018-04-05 08:20:37 -0700 |
| commit | 833bc085835dd1bcd8c0fc2a25aa746b7d6fe012 (patch) | |
| tree | e698a0cde4504510fa5d93bc4c6536dad6753750 /src/Makefile.am | |
| parent | Merge #12460: Assert CPubKey::ValidLength to the pubkey's header-relevant size (diff) | |
| download | discoin-833bc085835dd1bcd8c0fc2a25aa746b7d6fe012.tar.xz discoin-833bc085835dd1bcd8c0fc2a25aa746b7d6fe012.zip | |
Add Slice: a (pointer, size) array view that acts like a container
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 72e5cdb95..1cb4f4634 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -312,6 +312,7 @@ libbitcoin_consensus_a_SOURCES = \ script/script_error.cpp \ script/script_error.h \ serialize.h \ + span.h \ tinyformat.h \ uint256.cpp \ uint256.h \ |