tweag / cooked-validators

MIT License
39 stars 11 forks source link

Remove ownPaymentPubKeyHash and mceSigners #269

Closed carlhammann closed 1 year ago

carlhammann commented 1 year ago

The current version of MonadBlockChain has no concept of "own wallet", hence we can remove the function that returns the (by now nonsensical) information about the own payment public key hash, and also the (completely unused) mechanism to keep track of it. This closes #232.