Closed sjmackenzie closed 5 years ago
Ah, I'm actually running 042f97ec9e9f542421134416f8ee0301c9bb749e, let me update and see what transpires.
The problem holds even with the latest backerei commit.
That's unusual; it means that the Tezos client is reporting either no entry for this cycle's frozen balances, or more than one entry, neither of which should be possible.
Can you run tezos-admin-client get /chains/main/blocks/{hash}/context/delegates/{delegate}/frozen_balance_by_cycle
, where {hash}
is the hash of a block after the cycle in question had finished, and {delegate}
is your delegate's address?
If this means your delegate has no frozen balances, it's safe to change app/Payout.hs:55
to default to an empty frozen balance (glad to help if that's indeed the problem).
Closing since this is stale, but feel free to reopen if you still need help debugging.
Steps to reproduce:
Expected behaviour
Actual behaviour