We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c241e8 commit 0f5a8f9Copy full SHA for 0f5a8f9
packages/yoroi-extension/app/api/ada/index.js
@@ -2384,7 +2384,7 @@ export default class AdaApi {
2384
const usedUtxos = signRequest.senderUtxos.map(utxo => (
2385
{ txHash: utxo.tx_hash, index: utxo.tx_index }
2386
));
2387
- const metadata = signRequest.unsignedTx.get_auxiliary_data;
+ const metadata = signRequest.unsignedTx.get_auxiliary_data();
2388
2389
const transaction = CardanoShelleyTransaction.fromData({
2390
txid: txId,
0 commit comments