Skip to content

Commit

Permalink
Update OceanPool.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 authored Oct 5, 2020
1 parent e54a09e commit 735c4d1
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 @@ -52,7 +52,7 @@ export class OceanPool extends Pool {
* @param {String} token DataToken address
* @param {String} amount DataToken amount
* @param {String} weight DataToken weight
* @param {String} fee Swap fee. 0.1=10% fee(max allowed)
* @param {String} fee Swap fee. 0.1=10% fee(max allowed:0.5)
* @return {String}
*/
public async createDTPool(
Expand Down

0 comments on commit 735c4d1

Please sign in to comment.