docs: remove mention of delegatecall from verifier doc
- Because we will more likely use a regular call (safer and delegatecall is unnecessary)
This commit is contained in:
@@ -4,11 +4,9 @@ pragma solidity ^0.8.0;
|
|||||||
/**
|
/**
|
||||||
* @title Dispatch callback verification to external contracts
|
* @title Dispatch callback verification to external contracts
|
||||||
* @author PropellerHeads Devs
|
* @author PropellerHeads Devs
|
||||||
* @dev Provides the ability to delegate callback verification to external
|
* @dev Provides the ability call external contracts to perform callback
|
||||||
* contracts. This allows dynamically adding new supported protocols
|
* verification. This allows dynamically adding new supported protocols
|
||||||
* without needing to upgrade any contracts. External contracts will
|
* without needing to upgrade any contracts.
|
||||||
* be called using delegatecall so they can share state with the main
|
|
||||||
* contract if needed.
|
|
||||||
*
|
*
|
||||||
* Note Verifier contracts need to implement the ICallbackVerifier interface
|
* Note Verifier contracts need to implement the ICallbackVerifier interface
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user