Skip to content

Commit

Permalink
feat: remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed Mar 8, 2024
1 parent 9d62152 commit f90aada
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apps/polymer/APolymerEscrow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import "../../MessagePayload.sol";

/// @notice Scaffolding for Polymer Escrows
abstract contract APolymerEscrow is IncentivizedMessageEscrow {
error NotEnoughGasProvidedForVerification();
error NonVerifiableMessage();
error NotImplemented();

Expand Down

0 comments on commit f90aada

Please sign in to comment.