Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ikem-legend committed Nov 29, 2022
1 parent 4374b08 commit 8aeadcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/transaction/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export const getTransactionFee = async ({
params: {
...transactionObject.params,
...(numberOfSignatures &&
!transactionObject.params.signatures.length && {
!transactionObject.params.signatures?.length && {
signatures: new Array(numberOfSignatures).fill(0).map(() => Buffer.alloc(64)),
}),
},
Expand Down

0 comments on commit 8aeadcc

Please sign in to comment.