From 0ca19c0fb8a5a932d639076408617a964d7888ab Mon Sep 17 00:00:00 2001 From: Spablob Date: Thu, 12 Dec 2024 17:46:49 +0000 Subject: [PATCH] natspec fix --- contracts/modules/royalty/policies/IpRoyaltyVault.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/modules/royalty/policies/IpRoyaltyVault.sol b/contracts/modules/royalty/policies/IpRoyaltyVault.sol index 72ed18b8..d3e5b612 100644 --- a/contracts/modules/royalty/policies/IpRoyaltyVault.sol +++ b/contracts/modules/royalty/policies/IpRoyaltyVault.sol @@ -32,7 +32,7 @@ contract IpRoyaltyVault is IIpRoyaltyVault, ERC20Upgradeable, ReentrancyGuardUpg /// @param claimableAtSnapshot [DEPRECATED] Amount of revenue token claimable at a given snapshot /// @param isClaimedAtSnapshot [DEPRECATED] Indicates whether the claimer has claimed the token at a given snapshot /// @param tokens The list of revenue tokens in the vault - /// @param revenueAccBalances The accumulated balance of revenue tokens in the vault + /// @param vaultAccBalances The accumulated balance of revenue tokens in the vault /// @param claimerRevenueDebt The revenue debt of the claimer, used to calculate the claimable revenue, /// positive value means claimed need to deducted, negative value means claimable from vault /// @custom:storage-location erc7201:story-protocol.IpRoyaltyVault