Skip to content

Commit f2432eb

Browse files
committed
fix: add outputsData and headerDeps
1 parent 33cc4cf commit f2432eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/neuron-wallet/src/services/tx/transaction-generator.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ export class TransactionGenerator {
6969
depType: DepType.DepGroup,
7070
},
7171
],
72+
headerDeps: [],
7273
inputs,
7374
outputs,
75+
outputsData: outputs.map(output => output.data || '0x'),
7476
witnesses: [],
7577
}
7678
}

0 commit comments

Comments
 (0)