Skip to content

Commit

Permalink
Merge pull request #1588 from synonymdev/update-default-limit
Browse files Browse the repository at this point in the history
fix(wallet): Level Out Default Limits
  • Loading branch information
coreyphillips authored Feb 23, 2024
2 parents 1c54a80 + f132d44 commit 68a047d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/shapes/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const defaultWalletShape: Readonly<IWallet> = {
};

const defaultGapLimitOptions = {
lookAhead: 1,
lookAhead: 5,
lookBehind: 5,
};

Expand Down

0 comments on commit 68a047d

Please sign in to comment.