Skip to content

Commit

Permalink
receive function
Browse files Browse the repository at this point in the history
  • Loading branch information
gpsanant committed Sep 16, 2024
1 parent d0a6339 commit b5da589
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/contracts/core/StakeRootCompendium.sol
Original file line number Diff line number Diff line change
Expand Up @@ -537,4 +537,7 @@ contract StakeRootCompendium is StakeRootCompendiumStorage {
)
);
}

// in case of charge problems
receive() external payable {}
}

0 comments on commit b5da589

Please sign in to comment.