aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorAntoine Poinsot <darosior@protonmail.com>2020-12-01 11:24:33 +0100
committerAntoine Poinsot <darosior@protonmail.com>2020-12-03 12:56:36 +0100
commit03bfeee957ab7e3b6aece82b9561774648094f54 (patch)
treebb97cd421cd110e68361ec6bfb69a15bd2ae12e1 /src/interfaces
parent681ce59d0eac005203af1ff5bd64a1e6f2fa53e7 (diff)
downloadbitcoin-03bfeee957ab7e3b6aece82b9561774648094f54.tar.xz
interface: remove unused estimateSmartFee method from node
Co-Authored-by: MarcoFalke <falke.marco@gmail.com> Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/node.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interfaces/node.h b/src/interfaces/node.h
index 5079be038e..36f76aeb4f 100644
--- a/src/interfaces/node.h
+++ b/src/interfaces/node.h
@@ -151,9 +151,6 @@ public:
//! Get network active.
virtual bool getNetworkActive() = 0;
- //! Estimate smart fee.
- virtual CFeeRate estimateSmartFee(int num_blocks, bool conservative, int* returned_target = nullptr) = 0;
-
//! Get dust relay fee.
virtual CFeeRate getDustRelayFee() = 0;