mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-13 06:54:40 +02:00
Remove wallet::ParseISO8601DateTime, use ParseISO8601DateTime instead
This commit is contained in:
@ -20,7 +20,7 @@ from lint_ignore_dirs import SHARED_EXCLUDED_SUBTREES
|
||||
EXCLUDED_DIRS = ["contrib/devtools/bitcoin-tidy/",
|
||||
] + SHARED_EXCLUDED_SUBTREES
|
||||
|
||||
EXPECTED_BOOST_INCLUDES = ["boost/date_time/posix_time/posix_time.hpp",
|
||||
EXPECTED_BOOST_INCLUDES = [
|
||||
"boost/multi_index/detail/hash_index_iterator.hpp",
|
||||
"boost/multi_index/hashed_index.hpp",
|
||||
"boost/multi_index/identity.hpp",
|
||||
|
Reference in New Issue
Block a user