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 ├── lib
│ ├── auth │ ├── auth
│ │ └── Owned.sol │ │ └── Owned.sol
│ ├── interfaces
│ │ └── IReputation.sol
│ ├── mock │ ├── mock
│ │ └── mockToken.sol │ │ └── mockToken.sol
│ ├── tokens │ ├── tokens
│ │ └── ERC20.sol │ │ └── ERC20.sol
│ └── utils │ └── utils
│ ├── Counters.sol │ ├── Counters.sol
│ ├── FixedPointMathLib.sol
│ ├── MerkleProofLib.sol
│ ├── ReentrancyGuard.sol │ ├── ReentrancyGuard.sol
│ └── SafeTransferLib.sol │ └── SafeTransferLib.sol
└── p2pix.sol ├── p2pix.sol
└── Reputation.sol
``` ```
## Callgraph ## Callgraph
![Callgraph](docs/callgraph.svg) ![Callgraph](docs/callgraph.svg)