Skip to content

Commit 439433e

Browse files
authored
Merge pull request #618 from nepster-web/patch-1
fix readme
2 parents 518296e + 315b76b commit 439433e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2129,14 +2129,16 @@ console.log(await client.withdrawHistory())
21292129

21302130
#### withdraw
21312131

2132-
Triggers the withdraw process (_untested for now_).
2132+
Triggers the withdraw process.
21332133

21342134
```js
21352135
console.log(
21362136
await client.withdraw({
2137-
asset: 'ETH',
2137+
coin: 'ETH',
2138+
network: 'ETH',
21382139
address: '0xfa97c22a03d8522988c709c24283c0918a59c795',
21392140
amount: 100,
2141+
// addressTag: '' // MEMO
21402142
}),
21412143
)
21422144
```

0 commit comments

Comments
 (0)