Skip to content

Commit

Permalink
update: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Dec 24, 2023
1 parent 8493fde commit 5d8c20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merkly/mtree.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ def up_layer(self, leaves: List[bytes]) -> List[bytes]:
else:
data = self.hash_function(pair[0], pair[1])
new_layer.append(data)
return new_layer
return new_layer

0 comments on commit 5d8c20b

Please sign in to comment.