We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e8771 commit d319268Copy full SHA for d319268
contracts/tree.sol
@@ -6,7 +6,7 @@ import {Utils} from "./utils.sol";
6
/**
7
MIT License
8
Original author: chriseth
9
- Rewritten by: Wanseob Lim<email@wanseob.com>
+ Rewritten by: Wanseob Lim
10
*/
11
12
library PatriciaTree {
contracts/utils.sol
@@ -3,7 +3,7 @@ pragma solidity ^0.4.24;
3
4
5
- Refactored by Wanseob Lim<email@wanseob.com>
+ Refactored by Wanseob Lim
import {D} from "./data.sol";
0 commit comments