Skip to content

Commit d319268

Browse files
committed
Fix comment
1 parent 55e8771 commit d319268

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: contracts/tree.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {Utils} from "./utils.sol";
66
/**
77
MIT License
88
Original author: chriseth
9-
Rewritten by: Wanseob Lim<[email protected]>
9+
Rewritten by: Wanseob Lim
1010
*/
1111

1212
library PatriciaTree {

Diff for: contracts/utils.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pragma solidity ^0.4.24;
33
/**
44
MIT License
55
Original author: chriseth
6-
Refactored by Wanseob Lim<[email protected]>
6+
Refactored by Wanseob Lim
77
*/
88

99
import {D} from "./data.sol";

0 commit comments

Comments
 (0)