diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2016-08-26 23:05:09 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2016-08-26 23:05:45 +0200 |
commit | 5127c4f21ca3f092b3a853833631dfc7f9c9456b (patch) | |
tree | a325ed7934f5d5ac0e3ac7ff3b393f2fce33abcc /src/chain.h | |
parent | c072b8fd95cd4fa84f08189a0cd8b173ea2dbb8e (diff) |
Add preciousblock RPC
Includes a bugfix by Luke-Jr.
Diffstat (limited to 'src/chain.h')
-rw-r--r-- | src/chain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chain.h b/src/chain.h index 76a774c123..bf801c5cbe 100644 --- a/src/chain.h +++ b/src/chain.h @@ -200,7 +200,7 @@ public: unsigned int nNonce; //! (memory only) Sequential id assigned to distinguish order in which blocks are received. - uint32_t nSequenceId; + int32_t nSequenceId; void SetNull() { |