Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/automata_pccs/shared/AutomataDaoBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ abstract contract AutomataDaoBase is DaoBase {
* custom logic implementation BEFORE fetching data from the resolver
* @notice this is added to allow read operations to be called from
* the PCCSRouter contract (Learn more about PCCSRouter at
* https://github.com/automata-network/automata-dcap-attestation/blob/DEV-3373/audit/contracts/PCCSRouter.sol)
* https://github.com/automata-network/automata-dcap-attestation/blob/main/evm/contracts/PCCSRouter.sol)
*
*/
function _onFetchDataFromResolver(bytes32 key, bool hash)
Expand Down