From d873ff96e51a3e7f2fdc3fdd1baee2bbe7583e06 Mon Sep 17 00:00:00 2001 From: fanquake Date: Sat, 11 Jun 2022 14:29:09 +0100 Subject: refactor: cleanups post unsubtree'ing univalue Mostly changes to remove src/univalue exceptions from the various linters, and the required code changes to make them happy. As well as minor doc changes. --- contrib/devtools/copyright_header.py | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib') diff --git a/contrib/devtools/copyright_header.py b/contrib/devtools/copyright_header.py index e20eb4b0d2..680de1f1b3 100755 --- a/contrib/devtools/copyright_header.py +++ b/contrib/devtools/copyright_header.py @@ -35,7 +35,6 @@ EXCLUDE_DIRS = [ "src/leveldb/", "src/minisketch", "src/secp256k1/", - "src/univalue/", "src/crc32c/", ] -- cgit v1.2.3