diff options
author | fanquake <fanquake@gmail.com> | 2021-10-11 20:45:56 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-10-11 20:45:56 +0800 |
commit | 304319367595b51abfd69f1c4abddeef0acca3a9 (patch) | |
tree | 21489a4be6d6656a08569eeffe212277283deac0 /src/univalue/include | |
parent | 1790a8ddacae0d52135f5020894ef1ceef625cf9 (diff) | |
parent | 9b49ed656fb2b687fbbe8a3236d18285957eee16 (diff) |
Update univalue subtree to latest upstream
Diffstat (limited to 'src/univalue/include')
-rw-r--r-- | src/univalue/include/univalue.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/univalue/include/univalue.h b/src/univalue/include/univalue.h index 048e162f7d..fc5cf402be 100644 --- a/src/univalue/include/univalue.h +++ b/src/univalue/include/univalue.h @@ -1,7 +1,7 @@ // Copyright 2014 BitPay Inc. // Copyright 2015 Bitcoin Core Developers // Distributed under the MIT software license, see the accompanying -// file COPYING or http://www.opensource.org/licenses/mit-license.php. +// file COPYING or https://opensource.org/licenses/mit-license.php. #ifndef __UNIVALUE_H__ #define __UNIVALUE_H__ @@ -14,8 +14,6 @@ #include <map> #include <cassert> -#include <sstream> // .get_int64() - class UniValue { public: enum VType { VNULL, VOBJ, VARR, VSTR, VNUM, VBOOL, }; |