post re-base fix
This commit is contained in:
parent
6b6fa06f68
commit
e0c109c790
|
@ -70,6 +70,9 @@ proc validateContent(
|
|||
return false
|
||||
|
||||
case key.contentType:
|
||||
of unused:
|
||||
warn "Received content with unused content type"
|
||||
false
|
||||
of accountTrieNode:
|
||||
true
|
||||
of contractStorageTrieNode:
|
||||
|
|
Loading…
Reference in New Issue