From acdc27ba202eb14fe5a8b63a4274bf5d2f03f90d Mon Sep 17 00:00:00 2001 From: Josh Lehman Date: Wed, 20 Dec 2023 10:27:05 -0800 Subject: [PATCH] change default transferFrom behavior to not breach surely there's more to this than what I'm doing here, but it's a start! --- contracts/Ecliptic.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/Ecliptic.sol b/contracts/Ecliptic.sol index 202d380..107c776 100644 --- a/contracts/Ecliptic.sol +++ b/contracts/Ecliptic.sol @@ -216,7 +216,7 @@ contract Ecliptic is EclipticBase, SupportsInterfaceWithLookup, ERC721Metadata // the ERC721 operator/approved address (if any) is // accounted for in transferPoint() // - transferPoint(id, _to, true); + transferPoint(id, _to, false); } // approve(): allow _approved to transfer ownership of point