We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52314b7 commit 75ef8f0Copy full SHA for 75ef8f0
1 file changed
contracts/BAP578.sol
@@ -143,7 +143,7 @@ contract BAP578 is
143
* The caller should compute _totalAgentBalances off-chain by summing all
144
* agentStates[tokenId].balance values for existing tokens.
145
*/
146
- function initializeV2(uint256 _totalAgentBalances) external onlyOwner reinitializer(2) {
+ function initializeV2(uint256 _totalAgentBalances) external reinitializer(2) {
147
totalAgentBalances = _totalAgentBalances;
148
}
149
0 commit comments