Skip to content

Commit

Permalink
Remove old generated and ignored contract
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Aug 8, 2023
1 parent 2f9d0e1 commit 645f1b2
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions protocol/oracle-manager/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,23 +249,3 @@
function isValid(struct NodeDefinition.Data nodeDefinition) internal view returns (bool valid)
```

### Router

#### fallback

```solidity
fallback() external payable
```

#### receive

```solidity
receive() external payable
```

#### _forward

```solidity
function _forward() internal
```

0 comments on commit 645f1b2

Please sign in to comment.