Fix cli_wallet to properly pass metadata id for nft_create

This commit is contained in:
Srdjan Obucina 2020-07-23 13:38:39 +02:00
parent a62ffd73ea
commit 212c366b46

View file

@ -6450,7 +6450,7 @@ signed_transaction wallet_api::nft_create(string metadata_owner_account_id_or_na
nft_mint_operation op;
op.payer = metadata_owner_account.id;
op.nft_metadata_id = op.nft_metadata_id;
op.nft_metadata_id = metadata_id;
op.owner = owner_account.id;
op.approved = approved_account.id;
op.token_uri = token_uri;