Skip to content

Commit

Permalink
Update src/balancer/OceanPool.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
  • Loading branch information
alexcos20 and kremalicious authored Oct 5, 2020
1 parent 7f48fe2 commit d4c8ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/balancer/OceanPool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class OceanPool extends Pool {
return null
}
if (parseFloat(fee) > 0.1) {
console.error('Swap fee to high')
console.error('Swap fee too high. The maximum allowed swapFee is 0.1 (10%).')
return null
}
if (parseFloat(weight) > 9 || parseFloat(weight) < 1) {
Expand Down

0 comments on commit d4c8ac0

Please sign in to comment.