Skip to content

Commit 0f5a8f9

Browse files
committed
fixing function call
1 parent 0c241e8 commit 0f5a8f9

File tree

1 file changed

+1
-1
lines changed
  • packages/yoroi-extension/app/api/ada

1 file changed

+1
-1
lines changed

packages/yoroi-extension/app/api/ada/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2384,7 +2384,7 @@ export default class AdaApi {
23842384
const usedUtxos = signRequest.senderUtxos.map(utxo => (
23852385
{ txHash: utxo.tx_hash, index: utxo.tx_index }
23862386
));
2387-
const metadata = signRequest.unsignedTx.get_auxiliary_data;
2387+
const metadata = signRequest.unsignedTx.get_auxiliary_data();
23882388

23892389
const transaction = CardanoShelleyTransaction.fromData({
23902390
txid: txId,

0 commit comments

Comments
 (0)