mismatched daemon check bug #481

Open
opened 7 months ago by wowario · 0 comments
Owner

wallet2 checks if a block's height falls within wallet's expected range for block's given version, but since Wownero version 7 starts from block 0, it throws off the calculation. I tried adding 6 or 7 to wallet_hard_forks and wallet_num_hard_forks, it didn't work, so I simply disabled the check by switching m_allow_mismatched_daemon_version to "true" to get around the check.

wallet2 checks if a block's height falls within wallet's expected range for block's given version, but since Wownero version 7 starts from block 0, it throws off the calculation. I tried adding 6 or 7 to `wallet_hard_forks` and `wallet_num_hard_forks`, it didn't work, so I simply disabled the check by switching `m_allow_mismatched_daemon_version` to "true" to get around the check.
wowario added the bug V0.11 labels 7 months ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: wownero/wownero#481
Loading…
There is no content yet.