Merge branch 'dev' into vbuterin-patch-13

This commit is contained in:
vbuterin
2019-04-13 06:18:54 -05:00
committed by GitHub
18 changed files with 644 additions and 259 deletions

View File

@@ -205,7 +205,7 @@ def truncate(container):
return truncated_class(**kwargs)
def signed_root(container):
def signing_root(container):
return hash_tree_root(truncate(container))