This commit is contained in:
_xxfedexx_ 2023-02-17 22:05:02 +01:00
parent d25099a23a
commit 7e4aa48f90

View file

@ -200,9 +200,8 @@ namespace boost
{ {
a & b.signature; a & b.signature;
if (b.major_version < HF_VERSION_P2POOL) { if (b.major_version < HF_VERSION_P2POOL) {
FIELD(vote) a & b.vote;
} }
a & b.vote;
} }
//------------------ //------------------
a & b.miner_tx; a & b.miner_tx;