aboutsummaryrefslogtreecommitdiff
path: root/src/univalue/gen
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-10-11 20:45:56 +0800
committerfanquake <fanquake@gmail.com>2021-10-11 20:45:56 +0800
commit304319367595b51abfd69f1c4abddeef0acca3a9 (patch)
tree21489a4be6d6656a08569eeffe212277283deac0 /src/univalue/gen
parent1790a8ddacae0d52135f5020894ef1ceef625cf9 (diff)
parent9b49ed656fb2b687fbbe8a3236d18285957eee16 (diff)
downloadbitcoin-304319367595b51abfd69f1c4abddeef0acca3a9.tar.xz
Update univalue subtree to latest upstream
Diffstat (limited to 'src/univalue/gen')
-rw-r--r--src/univalue/gen/gen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/univalue/gen/gen.cpp b/src/univalue/gen/gen.cpp
index 85fe20924a..b8a6c73f4e 100644
--- a/src/univalue/gen/gen.cpp
+++ b/src/univalue/gen/gen.cpp
@@ -1,6 +1,6 @@
// Copyright 2014 BitPay Inc.
// 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.
//
// To re-create univalue_escapes.h:
@@ -45,7 +45,7 @@ static void outputEscape()
for (unsigned int i = 0; i < 256; i++) {
if (escapes[i].empty()) {
- printf("\tNULL,\n");
+ printf("\tnullptr,\n");
} else {
printf("\t\"");