diff options
author | jtimon <jtimon@blockstream.io> | 2014-10-23 02:05:11 +0200 |
---|---|---|
committer | jtimon <jtimon@blockstream.io> | 2014-10-27 13:54:37 +0100 |
commit | eda37330911b005f4be0c2d934346b26247d50f5 (patch) | |
tree | 47b9e17e2ec8bf2a351608a2cada601ec9d7e0bb /src/txmempool.h | |
parent | b6c99efe9ccb44a4324bacb879ab1f43960bf69b (diff) |
MOVEONLY: Move CFeeRate and Amount constants to amount.o
Diffstat (limited to 'src/txmempool.h')
-rw-r--r-- | src/txmempool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/txmempool.h b/src/txmempool.h index 85cf5310ff..df2fbc78c3 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -8,6 +8,7 @@ #include <list> +#include "amount.h" #include "coins.h" #include "core.h" #include "sync.h" |