post re-base fix

This commit is contained in:
Daniil Sobol 2023-12-28 17:11:35 +03:00
parent 6b6fa06f68
commit e0c109c790
No known key found for this signature in database
GPG Key ID: 5121E3B3F2304E22
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ proc validateContent(
return false return false
case key.contentType: case key.contentType:
of unused:
warn "Received content with unused content type"
false
of accountTrieNode: of accountTrieNode:
true true
of contractStorageTrieNode: of contractStorageTrieNode: