Skip to content

Commit

Permalink
Fix a flow error
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed May 8, 2018
1 parent ce33131 commit a621660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edge-core-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ export type EdgeCurrencyEngine = {
addGapLimitAddresses(addresses: Array<string>, options: any): void,
isAddressUsed(address: string, options: any): boolean,
makeSpend(abcSpendInfo: EdgeSpendInfo): Promise<EdgeTransaction>,
sweepPrivateKeys?: (abcSpendInfo: EdgeSpendInfo) => Promise<EdgeTransaction>,
+sweepPrivateKeys?: (abcSpendInfo: EdgeSpendInfo) => Promise<EdgeTransaction>,
signTx(abcTransaction: EdgeTransaction): Promise<EdgeTransaction>,
broadcastTx(abcTransaction: EdgeTransaction): Promise<EdgeTransaction>,
saveTx(abcTransaction: EdgeTransaction): Promise<void>,
Expand Down

0 comments on commit a621660

Please sign in to comment.