Block verifier correct
This commit is contained in:
@@ -3,5 +3,6 @@ export const BlockVerificationLevel = Object.freeze({
|
||||
NoMatch: 1,
|
||||
TypeMatch: 2,
|
||||
TypeAndStateMatch: 3,
|
||||
Missing: 4
|
||||
Missing: 4,
|
||||
isAir: 5
|
||||
});
|
||||
Reference in New Issue
Block a user