Skip to content

Commit

Permalink
q7
Browse files Browse the repository at this point in the history
  • Loading branch information
LayneHaber committed Jan 26, 2023
1 parent 9605995 commit 4510b1f
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -257,7 +257,10 @@ abstract contract SpokeConnector is Connector, ConnectorManager, WatcherClient,

/**
* @notice Manually remove a pending aggregateRoot by owner if the contract is paused.
* @dev This method is required for handling fraud cases in the current construction.
* @dev This method is required for handling fraud cases in the current construction. Specifically,
* this will protect against a fraudulent aggregate root getting transported, not fraudulent
* roots that constitute a given aggregate root (i.e. can protect against fraudulent
* hub -> spoke transport, not spoke -> hub transport).
* @param _fraudulentRoot Target fraudulent root that should be erased from the
* `pendingAggregateRoots` mapping.
*/
Expand Down

0 comments on commit 4510b1f

Please sign in to comment.