cardano-ledger
cardano-ledger copied to clipboard
Enforce distinct keys in decoded CBOR maps
When we receive a map like {1 : 3, 1: 5}
, this should produce an error instead of a map with only one element.