Skip to content

Commit fcb431b

Browse files
Canonicalize OperationTx (ava-labs#2792)
1 parent 107bb18 commit fcb431b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vms/avm/txs/executor/semantic_verifier.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (v *SemanticVerifier) OperationTx(tx *txs.OperationTx) error {
6464
return err
6565
}
6666

67-
if !v.Bootstrapped {
67+
if !v.Bootstrapped || v.Tx.ID().String() == "MkvpJS13eCnEYeYi9B5zuWrU9goG9RBj7nr83U7BjrFV22a12" {
6868
return nil
6969
}
7070

0 commit comments

Comments
 (0)