difftreelog
chore remove comment
in: master
1 file changed
tests/src/eth/fractionalizer/Fractionalizer.soldiffbeforeafterboth20 mapping(address => Token) rft2nftMapping;20 mapping(address => Token) rft2nftMapping;21 bytes32 refungibleCollectionType = keccak256(bytes("ReFungible"));21 bytes32 refungibleCollectionType = keccak256(bytes("ReFungible"));222223 //TODO: add nonPayable modifier after Solidity updates to 0.9.24 receive() external payable onlyOwner {}23 receive() external payable onlyOwner {}252426 /// @dev Method modifier to only allow contract owner to call it.25 /// @dev Method modifier to only allow contract owner to call it.