aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-10-23 02:05:11 +0200
committerjtimon <jtimon@blockstream.io>2014-10-27 13:54:37 +0100
commiteda37330911b005f4be0c2d934346b26247d50f5 (patch)
tree47b9e17e2ec8bf2a351608a2cada601ec9d7e0bb /src/wallet.h
parentb6c99efe9ccb44a4324bacb879ab1f43960bf69b (diff)
downloadbitcoin-eda37330911b005f4be0c2d934346b26247d50f5.tar.xz
MOVEONLY: Move CFeeRate and Amount constants to amount.o
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet.h b/src/wallet.h
index 06706655f8..6a4b4b7f8d 100644
--- a/src/wallet.h
+++ b/src/wallet.h
@@ -6,6 +6,7 @@
#ifndef BITCOIN_WALLET_H
#define BITCOIN_WALLET_H
+#include "amount.h"
#include "core.h"
#include "crypter.h"
#include "key.h"