aboutsummaryrefslogtreecommitdiff
path: root/src/psbt.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2019-07-31 10:03:55 +0000
committerpracticalswift <[email protected]>2019-10-15 22:56:43 +0000
commit084e17cebd424b8e8ced674bc810eef4e6ee5d3b (patch)
tree683800e6c7b199e26ac19d481f2cb6e340cebf29 /src/psbt.cpp
parentMerge #17105: gui: Make RPCConsole::TabTypes an enum class (diff)
downloaddiscoin-084e17cebd424b8e8ced674bc810eef4e6ee5d3b.tar.xz
discoin-084e17cebd424b8e8ced674bc810eef4e6ee5d3b.zip
Remove unused includes
Diffstat (limited to 'src/psbt.cpp')
-rw-r--r--src/psbt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/psbt.cpp b/src/psbt.cpp
index fe74002e8..c306079b1 100644
--- a/src/psbt.cpp
+++ b/src/psbt.cpp
@@ -5,7 +5,6 @@
#include <psbt.h>
#include <util/strencodings.h>
-#include <numeric>
PartiallySignedTransaction::PartiallySignedTransaction(const CMutableTransaction& tx) : tx(tx)
{