replace signed_root with signing_root

This commit is contained in:
Chih Cheng Liang
2019-04-08 09:51:13 +08:00
parent 2baa242ac0
commit ffccf742bd
8 changed files with 34 additions and 34 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))