Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZumZoom committed Aug 18, 2023
1 parent ce32636 commit 9bd7ce3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/Plugin.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ abstract contract Plugin is IPlugin {
token = token_;
}


/**
* @notice See {IPlugin-updateBalances}.
*/
function updateBalances(address from, address to, uint256 amount) external onlyToken {
_updateBalances(from, to, amount);
}
Expand Down

0 comments on commit 9bd7ce3

Please sign in to comment.