Skip to content

Commit 7c17951

Browse files
fix order of royaltyOf variable
1 parent ed48ad7 commit 7c17951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/src/s-token/STokensManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ contract STokensManager is
3030
mapping(uint256 => bool) public override isFreezed;
3131
mapping(address => address) public override descriptorOf;
3232
mapping(uint256 => bytes32) public override payloadOf;
33-
mapping(address => uint24) public royaltyOf;
3433
address private proxyAdmin;
3534

35+
mapping(address => uint24) public royaltyOf;
3636
mapping(address => mapping(bytes32 => address))
3737
public
3838
override descriptorOfPropertyByPayload;

0 commit comments

Comments
 (0)