Util is a better home since it’s called both by wallet and mining code.
Suggested #15288 (review)
Util is a better home since it’s called both by wallet and mining code.
Suggested #15288 (review)
Util is a better home since it's called both by wallet and mining code.
Suggested https://github.com/bitcoin/bitcoin/pull/15288#discussion_r254449444
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
3@@ -4,9 +4,11 @@
4
5 #include <key_io.h>
6 #include <keystore.h>
7+#include <policy/fees.h>
8 #include <rpc/protocol.h>
9 #include <rpc/util.h>
10 #include <tinyformat.h>
11+#include <validation.h>