diff --git a/func/nft-item.fc b/func/nft-item.fc index b3fa47c..1685ef0 100644 --- a/func/nft-item.fc +++ b/func/nft-item.fc @@ -28,7 +28,7 @@ int send_money(int my_balance, slice address, int value) impure { send_msg(bidder_address, 0, op::ownership_assigned, cur_lt(), begin_cell() - .store_slice(owner) + .store_slice(bidder_address) .store_int(0, 1) .store_uint(op::teleitem_bid_info, 32) .store_grams(bid)