Skip to content

Commit e19d963

Browse files
authored
fix: Remove RelayerRefundLeaf deprecation notice (#443)
This will no longer be deprecated now that V3RelayerRefundLeaf has been removed.
1 parent 708c400 commit e19d963

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/interfaces/SpokePoolInterface.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ pragma solidity ^0.8.0;
55
* @notice Contains common data structures and functions used by all SpokePool implementations.
66
*/
77
interface SpokePoolInterface {
8-
/// @custom:audit FOLLOWING STRUCT TO BE DEPRECATED
98
// This leaf is meant to be decoded in the SpokePool to pay out successful relayers.
109
struct RelayerRefundLeaf {
1110
// This is the amount to return to the HubPool. This occurs when there is a PoolRebalanceLeaf netSendAmount that

0 commit comments

Comments
 (0)