Closed
Description
Describe the bug
Standard example from tutorials fails to execute
To Reproduce
- download https://github.com/Python-Cardano/pycardano/blob/main/examples/native_token.py
- then run it first time to get the address : in my case
addr_test1vzwy2qavznsp3lgut03hp62vyde6y8ttjh3plwk6ds3y4zg37je5g
- The use the faucet from cardano to transfer some tADA
- Check using cardano-cli the utxo
Logs
` TxHash TxIx Amount
a0facadf037b67622c0099de4f0828bcc81efb910efec8b73e9250044e93712f 0 10000000000 lovelace + TxOutDatumNone`
- Now that tADA is there in the wallet, try to mint the NFT
- Following error happens:
pycardano.exception.UTxOSelectionException: All UTxO selectors failed.
inside the function:signed_tx = builder.build_and_sign([payment_skey, policy_skey], change_address=address)
- Such a basic thing is now giving error ...something is wrong ...
Expected behavior
Should have just minted the NFT tokens
Environment and software version (please complete the following information):
- OS:
- Distributor ID: Ubuntu
- Description: Ubuntu 20.04.6 LTS
- Release: 20.04
- PyCardano Version [0.9.0]
Additional context
None
Metadata
Metadata
Assignees
Labels
No labels