mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
fix typo
This commit is contained in:
parent
d25099a23a
commit
7e4aa48f90
1 changed files with 1 additions and 2 deletions
|
@ -200,10 +200,9 @@ 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;
|
||||||
a & b.tx_hashes;
|
a & b.tx_hashes;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue