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,9 +200,8 @@ namespace boost
|
|||
{
|
||||
a & b.signature;
|
||||
if (b.major_version < HF_VERSION_P2POOL) {
|
||||
FIELD(vote)
|
||||
a & b.vote;
|
||||
}
|
||||
a & b.vote;
|
||||
}
|
||||
//------------------
|
||||
a & b.miner_tx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue