aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-10-11 14:21:03 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-10-12 12:45:50 +0200
commitfafab8ea5e6ed6b87fac57a5cd16a8135236cdd6 (patch)
tree5e8bb26778b4ab8222941f3fc97800aa2cba3bb7 /test/lint
parentfa53d3d8266ad0257315d07b71b4f8a711134622 (diff)
downloadbitcoin-fafab8ea5e6ed6b87fac57a5cd16a8135236cdd6.tar.xz
bitcoin-tx: Reject non-integral and out of range sequence ids
Diffstat (limited to 'test/lint')
-rwxr-xr-xtest/lint/lint-locale-dependence.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-locale-dependence.sh b/test/lint/lint-locale-dependence.sh
index f82d82f890..6ccd8638d3 100755
--- a/test/lint/lint-locale-dependence.sh
+++ b/test/lint/lint-locale-dependence.sh
@@ -41,7 +41,6 @@ export LC_ALL=C
# independent ToIntegral<T>(...) or the ParseInt*() functions.
# TODO: Reduce KNOWN_VIOLATIONS by replacing uses of locale dependent snprintf with strprintf.
KNOWN_VIOLATIONS=(
- "src/bitcoin-tx.cpp.*stoul"
"src/dbwrapper.cpp:.*vsnprintf"
"src/rest.cpp:.*strtol"
"src/test/dbwrapper_tests.cpp:.*snprintf"