Skip to content

Commit

Permalink
Update IGasReimbursable
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Oct 14, 2024
1 parent 5316516 commit ed93bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/IGasReimbursable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import "./IMessageReceiver.sol";

interface IGasReimbursable is IMessageReceiver {
function gasPayer(

Check warning on line 28 in contracts/IGasReimbursable.sol

View workflow job for this annotation

GitHub Actions / test

GC: Named return value is missing - Index 0
bytes32 schainHash,
SchainHash schainHash,
address sender,
bytes calldata data
)
Expand Down

0 comments on commit ed93bea

Please sign in to comment.