diff options
author | jtimon <jtimon@monetize.io> | 2014-06-04 12:51:29 +0200 |
---|---|---|
committer | jtimon <jtimon@monetize.io> | 2014-06-04 13:29:36 +0200 |
commit | c8c52de3a05b617bc399e2dd45901e74237b7fc1 (patch) | |
tree | 959484b3def137a7c4910137bbdfa9bbd4c69b26 /src/protocol.cpp | |
parent | a3d946ebdc2eebef9ccdc2c883f8abfebcf0f653 (diff) |
Replace virtual methods with static attributes, chainparams.h depends on
protocol.h instead of the other way around
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r-- | src/protocol.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index c77a92f020..87b2f23873 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -5,6 +5,7 @@ #include "protocol.h" +#include "chainparams.h" #include "util.h" #ifndef WIN32 |