Skip to content

Commit

Permalink
Drop Ptrs from IncrementalStake upon translation to Conway
Browse files Browse the repository at this point in the history
This translation completes the intermediate workaroubd that was
implemented in #4589
  • Loading branch information
lehins committed Sep 27, 2024
1 parent 8727af7 commit 4b0b918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eras/conway/impl/src/Cardano/Ledger/Conway/Translation.hs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ instance Crypto c => TranslateEra (ConwayEra c) UTxOState where
, API.utxosDeposited = API.utxosDeposited us
, API.utxosFees = API.utxosFees us
, API.utxosGovState = translateGovState ctxt $ API.utxosGovState us
, API.utxosStakeDistr = API.utxosStakeDistr us
, API.utxosStakeDistr = (API.utxosStakeDistr us) {API.ptrMap = mempty}
, API.utxosDonation = API.utxosDonation us
}

Expand Down

0 comments on commit 4b0b918

Please sign in to comment.