Skip to content

Commit

Permalink
Fixed a DocstringParsingError during compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
dwardu committed Oct 9, 2018
1 parent 073a38b commit 2f9ff04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/cryptography/MerkleTrees.sol
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ library MerkleTrees {
* @notice Verifies a Merkle proof proving the existence of a leaf data
* block in a Merkle tree.
* @param self The Merkle tree configuration instance.
* @param The root of the Merkle tree to verify the proof against.
* @param root The root of the Merkle tree to verify the proof against.
* @param leafDataBlock The leaf data block (unhashed) whose exitence to verify.
* @param proof Merkle proof containing sibling hashes on the branch from
* the leaf to the root of the Merkle tree.
Expand Down

0 comments on commit 2f9ff04

Please sign in to comment.