When executing inner transactions, we must ensure that we don't concatenate transactions with duplicate IDs with the existing <transactions> cell, since this is unsound and will turn LHS to #Bottom. We should make the semantics get stuck instead, which this change ensures.
When executing inner transactions, we must ensure that we don't concatenate transactions with duplicate IDs with the existing
<transactions>
cell, since this is unsound and will turn LHS to#Bottom
. We should make the semantics get stuck instead, which this change ensures.