diff --git a/webapp/models/Nft.php b/webapp/models/Nft.php index f70e1d72..ca89fcf6 100644 --- a/webapp/models/Nft.php +++ b/webapp/models/Nft.php @@ -120,7 +120,7 @@ class Nft extends BaseModel 't_nft', array( 'owner_address' => LOCK_CONTRACT_ADDRESS, - 'last_owner_address' => $account, + 'last_lock_address' => $account, 'token_type' => $type, 'deleted' => 0, ),