post re-base fix
This commit is contained in:
parent
6b6fa06f68
commit
e0c109c790
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue