pytonlib icon indicating copy to clipboard operation
pytonlib copied to clipboard

nft transfer WalletInterface.cpp error

Open SpeedK opened this issue 3 years ago • 1 comments

wallet.transfer(dest,money) works great

1 wallet.transfer_nft(nft,dest) gives error

2 account = await client.find_account('EQCEXDQWeqjLP4BehKzzwbuRBsxQHVwEa9j4MGunBs1Vkg_w') body = account.create_transfer_nft_body('EQCl1Ug9ZT9ZfGyFH9l4q-bqaUy6kyOzVPmrk7bivmVKJRRZ') wallet.transfer(account.address, client.to_nano(0.05), data=body.serialize_boc()) gives error too

1 and 2 generate same error: [ 0][t 2][2022-10-29 16:35:22.0590099][WalletInterface.cpp:66][!GenericSendGrams] Check 'cb.append_cellslice_bool(body)' failed

SpeedK avatar Oct 29 '22 17:10 SpeedK

I have the same issue. Have you solved it ?

crazyministr avatar Feb 20 '23 11:02 crazyministr