Skip to content

Commit

Permalink
get treeDepth public
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbuild3r committed Sep 6, 2023
1 parent 12d09df commit 8e0e5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstract/WorldIDBridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ abstract contract WorldIDBridge is IWorldID {
}

/// @notice Gets the Semaphore tree depth the contract was initialized with.
function getTreeDepth() public pure virtual returns (uint8) {
function getTreeDepth() public view virtual returns (uint8) {
return treeDepth;
}
}

0 comments on commit 8e0e5b4

Please sign in to comment.