diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-10-11 14:21:03 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-10-12 12:45:50 +0200 |
commit | fafab8ea5e6ed6b87fac57a5cd16a8135236cdd6 (patch) | |
tree | 5e8bb26778b4ab8222941f3fc97800aa2cba3bb7 /test/lint | |
parent | fa53d3d8266ad0257315d07b71b4f8a711134622 (diff) |
bitcoin-tx: Reject non-integral and out of range sequence ids
Diffstat (limited to 'test/lint')
-rwxr-xr-x | test/lint/lint-locale-dependence.sh | 1 |
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" |