Skip to content

Commit

Permalink
Canonicalize OperationTx (ava-labs#2792)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Mar 26, 2023
1 parent 107bb18 commit fcb431b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vms/avm/txs/executor/semantic_verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (v *SemanticVerifier) OperationTx(tx *txs.OperationTx) error {
return err
}

if !v.Bootstrapped {
if !v.Bootstrapped || v.Tx.ID().String() == "MkvpJS13eCnEYeYi9B5zuWrU9goG9RBj7nr83U7BjrFV22a12" {
return nil
}

Expand Down

0 comments on commit fcb431b

Please sign in to comment.