Skip to content

Commit

Permalink
move minByKey to VDev
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbrauner-da committed Feb 12, 2024
1 parent 499cb7f commit 0a9ff29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ object TransactionVersion {

// TODO(https://github.com/digital-asset/daml/issues/18240) remove these 3 feature flags and kill
// the transitively dead code. Make sure canton doesn't mention them anymore.
private[lf] val minByKey = V14
private[lf] val minInterfaces = V15

private[lf] val minUpgrade = V31
private[lf] val minSharedKeys = V31
private[lf] val minByKey = VDev
private[lf] val minExplicitDisclosure = VDev
private[lf] val minChoiceAuthorizers = VDev

Expand Down

0 comments on commit 0a9ff29

Please sign in to comment.