Skip to content

Commit

Permalink
Merge f062abe into merged_master (Bitcoin PR bitcoin/bitcoin#24419)
Browse files Browse the repository at this point in the history
  • Loading branch information
delta1 committed Jul 2, 2023
2 parents 7519698 + f062abe commit 9ff19d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/lint/lint-format-strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
("src/wallet/wallet.h", "LogPrintf((\"%s \" + fmt).c_str(), GetDisplayName(), parameters...)"),
("src/wallet/scriptpubkeyman.h", "WalletLogPrintf(std::string fmt, Params... parameters)"),
("src/wallet/scriptpubkeyman.h", "LogPrintf((\"%s \" + fmt).c_str(), m_storage.GetDisplayName(), parameters...)"),
("src/logging.h", "LogPrintf(const char* fmt, const Args&... args)"),
("src/wallet/scriptpubkeyman.h", "WalletLogPrintf(const std::string& fmt, const Params&... parameters)"),
]


Expand Down

0 comments on commit 9ff19d7

Please sign in to comment.