Skip to content

Commit

Permalink
Update ProRegTx serialization order (#2378)
Browse files Browse the repository at this point in the history
Makes consistent with both DIP-3 and the order above
  • Loading branch information
thephez authored and codablock committed Oct 25, 2018
1 parent 1c25356 commit fdfb077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evo/providertx.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class CProRegTx
READWRITE(keyIDOwner);
READWRITE(pubKeyOperator);
READWRITE(keyIDVoting);
READWRITE(*(CScriptBase*)(&scriptPayout));
READWRITE(nOperatorReward);
READWRITE(*(CScriptBase*)(&scriptPayout));
READWRITE(inputsHash);
if (!(s.GetType() & SER_GETHASH)) {
READWRITE(vchSig);
Expand Down

0 comments on commit fdfb077

Please sign in to comment.