Fix cli_wallet to properly pass metadata id for nft_create
This commit is contained in:
parent
a62ffd73ea
commit
212c366b46
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue