Forward should be payable right? (#38)

* Forward should be payable right?

* fix spacing
This commit is contained in:
derpy-duck 2023-01-13 15:26:20 -05:00 committed by GitHub
parent 53d67259f8
commit f8a75595b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ contract CoreRelayer is CoreRelayerGovernance {
}
function requestForward(DeliveryRequest memory request, uint16 rolloverChain, uint32 nonce, IRelayProvider provider)
public
public payable
{
DeliveryRequest[] memory requests = new DeliveryRequest[](1);
requests[0] = request;