We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107bb18 commit fcb431bCopy full SHA for fcb431b
vms/avm/txs/executor/semantic_verifier.go
@@ -64,7 +64,7 @@ func (v *SemanticVerifier) OperationTx(tx *txs.OperationTx) error {
64
return err
65
}
66
67
- if !v.Bootstrapped {
+ if !v.Bootstrapped || v.Tx.ID().String() == "MkvpJS13eCnEYeYi9B5zuWrU9goG9RBj7nr83U7BjrFV22a12" {
68
return nil
69
70
0 commit comments