You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is apparently because DefaultMarketPriceDecoder (used by non-validating full nodes) always return 0 for GetTxOffset, which results in ProcessProposal attempting to parse the vote extension as a tx.
The text was updated successfully, but these errors were encountered:
See title. All is good since it returns Accept, but
DecodeProcessProposalTxs
is failing with errorThis is apparently because
DefaultMarketPriceDecoder
(used by non-validating full nodes) always return 0 forGetTxOffset
, which results in ProcessProposal attempting to parse the vote extension as a tx.The text was updated successfully, but these errors were encountered: