Block verifier correct

This commit is contained in:
ForestOfLight
2025-04-15 02:23:21 -07:00
Unverified
parent 567abd0f5f
commit 296af63134
7 changed files with 85 additions and 34 deletions
+2 -1
View File
@@ -3,5 +3,6 @@ export const BlockVerificationLevel = Object.freeze({
NoMatch: 1,
TypeMatch: 2,
TypeAndStateMatch: 3,
Missing: 4
Missing: 4,
isAir: 5
});