mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fixed 2 PEP257 compliance errors
This commit is contained in:
parent
ccb7a86428
commit
0b6df62150
@ -39,8 +39,7 @@ def calculate_hash(key_list):
|
|||||||
|
|
||||||
|
|
||||||
def merkleroot(hashes):
|
def merkleroot(hashes):
|
||||||
"""
|
"""Computes the merkle root for a given list.
|
||||||
Computes the merkle root for a given list.
|
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
hashes (:obj:`list` of :obj:`bytes`): The leaves of the tree.
|
hashes (:obj:`list` of :obj:`bytes`): The leaves of the tree.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user