We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708c400 commit e19d963Copy full SHA for e19d963
contracts/interfaces/SpokePoolInterface.sol
@@ -5,7 +5,6 @@ pragma solidity ^0.8.0;
5
* @notice Contains common data structures and functions used by all SpokePool implementations.
6
*/
7
interface SpokePoolInterface {
8
- /// @custom:audit FOLLOWING STRUCT TO BE DEPRECATED
9
// This leaf is meant to be decoded in the SpokePool to pay out successful relayers.
10
struct RelayerRefundLeaf {
11
// This is the amount to return to the HubPool. This occurs when there is a PoolRebalanceLeaf netSendAmount that
0 commit comments