Skip to content

Commit

Permalink
fix: add outputsData and headerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
classicalliu committed Aug 28, 2019
1 parent 33cc4cf commit f2432eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ export class TransactionGenerator {
depType: DepType.DepGroup,
},
],
headerDeps: [],
inputs,
outputs,
outputsData: outputs.map(output => output.data || '0x'),
witnesses: [],
}
}
Expand Down

0 comments on commit f2432eb

Please sign in to comment.