Skip to content

Commit

Permalink
Update LibBridgeProcess.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Feb 28, 2023
1 parent 5b855c0 commit 1238e4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ library LibBridgeProcess {
using LibBridgeData for LibBridgeData.State;

error B_FORBIDDEN();
error B_WRONG_CHAIN_ID();
error B_STATUS_MISMTACH();
error B_SIGNAL_NOT_RECEIVED();
error B_WRONG_CHAIN_ID();

/**
* Process the bridge message on the destination chain. It can be called by
Expand Down

0 comments on commit 1238e4a

Please sign in to comment.