Skip to content

Commit 868c4dc

Browse files
Exefchechu
authored andcommitted
fix: missing natspec comment
1 parent b7cbe7c commit 868c4dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/TokenConverter/SingleTokenConverter.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ contract SingleTokenConverter is AbstractTokenConverter {
153153
/// @dev Sets the base asset for the contract
154154
/// @param baseAsset_ The new address of the base asset
155155
/// @custom:error ZeroAddressNotAllowed is thrown when address is zero
156+
/// @custom:error SameBaseAssetNotAllowed is thrown when `baseAsset_` is equal to the current base asset
156157
/// @custom:event BaseAssetUpdated is emitted on success
157158
function _setBaseAsset(address baseAsset_) internal {
158159
ensureNonzeroAddress(baseAsset_);

0 commit comments

Comments
 (0)