Open SpeedK opened 2 years ago
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
[ 0][t 2][2022-10-29 16:35:22.0590099][WalletInterface.cpp:66][!GenericSendGrams] Check 'cb.append_cellslice_bool(body)' failed
I have the same issue. Have you solved it ?
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