Skip to content

Commit

Permalink
[Spork] Make CSporkMessage::vchSig private
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Sep 23, 2019
1 parent 3709ba8 commit fd05256
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/spork.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ extern CSporkManager sporkManager;
class CSporkMessage
{
private:

std::vector<unsigned char> vchSig;

public:
std::vector<unsigned char> vchSig;
SporkId nSporkID;
int64_t nValue;
int64_t nTimeSigned;
Expand Down

0 comments on commit fd05256

Please sign in to comment.