Skip to content

Commit 5b39731

Browse files
feat: remappings
1 parent e3ff057 commit 5b39731

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

remappings.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
ds-test/=lib/forge-std/lib/ds-test/src/
22
forge-std/=lib/forge-std/src/
33
openzeppelin-contracts/=lib/openzeppelin-contracts/
4+
fx-portal/=lib/contracts/contracts/

src/notaries/native-bridge/PolygonRootReceiver.sol

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ contract PolygonRootReceiver is NativeBridgeNotary, FxBaseRootTunnel {
2020
FxBaseRootTunnel(checkpointManager_, fxRoot_)
2121
{}
2222

23-
function _processMessageFromChild(bytes memory data) internal override onlyRemoteAccumulator {
23+
function _processMessageFromChild(bytes memory data)
24+
internal
25+
override
26+
onlyRemoteAccumulator
27+
{
2428
(uint256 packetId, bytes32 root, ) = abi.decode(
2529
data,
2630
(uint256, bytes32, bytes)

0 commit comments

Comments
 (0)