Skip to content

Commit

Permalink
SKALE-4466 fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
payvint committed Jan 9, 2022
1 parent d07d56d commit 16be9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/IWallets.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ interface IWallets {
*/
event WithdrawFromSchainWallet(bytes32 indexed schainHash, uint amount);

recieve() external payable;
receive() external payable;
function refundGasByValidator(uint validatorId, address payable spender, uint spentGas) external;
function refundGasByValidatorToSchain(uint validatorId, bytes32 schainHash) external;
function refundGasBySchain(bytes32 schainId, address payable spender, uint spentGas, bool isDebt) external;
Expand Down

0 comments on commit 16be9d2

Please sign in to comment.