Skip to content

Commit

Permalink
Return value
Browse files Browse the repository at this point in the history
  • Loading branch information
josipbagaric committed Aug 17, 2018
1 parent 28c8a98 commit 7c85778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EconomicStrategy/EconomicStrategyHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const shouldClaimTx = async (
txRequest: ITxRequest,
config: Config,
nextAccount: Address
): Promise<any> => {
): Promise<EconomicStrategyStatus> => {
if (!config.economicStrategy) {
return EconomicStrategyStatus.CLAIM;
}
Expand Down

0 comments on commit 7c85778

Please sign in to comment.