Fixed Dependency Tree

This commit is contained in:
PedroCailleret 2022-12-02 15:35:20 -03:00
parent 934a9abe45
commit 606c093947

View File

@ -11,15 +11,20 @@
├── lib
│ ├── auth
│ │ └── Owned.sol
│ ├── interfaces
│ │ └── IReputation.sol
│ ├── mock
│ │ └── mockToken.sol
│ ├── tokens
│ │ └── ERC20.sol
│ └── utils
│ ├── Counters.sol
│ ├── FixedPointMathLib.sol
│ ├── MerkleProofLib.sol
│ ├── ReentrancyGuard.sol
│ └── SafeTransferLib.sol
└── p2pix.sol
├── p2pix.sol
└── Reputation.sol
```
## Callgraph
![Callgraph](docs/callgraph.svg)