Skip to content

Commit

Permalink
Increase transfer step limit
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Apr 21, 2021
1 parent 7c72207 commit 65176c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import checkAccount from '~/common/checkAccount';
import checkOptions from '~/common/checkOptions';
import { getTokenContract } from '~/common/getContracts';

const MAX_TRANSFER_STEPS = 5; // The contracts have a complexity limit due to block gas limits
const MAX_TRANSFER_STEPS = 50; // The contracts have a complexity limit due to block gas limits

/**
* Find maximumFlow and transfer steps through a trust graph from someone to
Expand Down

0 comments on commit 65176c1

Please sign in to comment.