Skip to content

Commit

Permalink
chore: interface & natspec updates
Browse files Browse the repository at this point in the history
  • Loading branch information
b00ste committed Jul 31, 2024
1 parent 7602b7c commit 95d934f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ contract LSP26FollowingSystem is ILSP26FollowingSystem {
revert LSP26NotFollowing(addr);
}

_followingsOf[msg.sender].add(addr);
_followingsOf[msg.sender].remove(addr);
_followersOf[addr].remove(msg.sender);

if (addr.supportsERC165InterfaceUnchecked(_INTERFACEID_LSP1)) {
Expand Down

0 comments on commit 95d934f

Please sign in to comment.