Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
parodime authored Nov 22, 2024
1 parent 8982070 commit aad9617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts-rfq/contracts/FastBridgeV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ contract FastBridgeV2 is AdminV2, MulticallTarget, IFastBridgeV2, IFastBridgeV2E
}

/// Note: this function is deprecated and will be removed in a future version.
/// @dev Replaced by `cancel`.
/// @inheritdoc IFastBridge
function refund(bytes calldata request) external {
cancel(request);
Expand Down

0 comments on commit aad9617

Please sign in to comment.