@@ -38,7 +38,7 @@ |
||
38 | 38 | public function withdraw($address,$amount) |
39 | 39 | { |
40 | 40 | |
41 | - $url = '/user/'.$this->coin.'/withdraw'; |
|
41 | + $url = '/user/'.$this->coin.'/withdraw'; |
|
42 | 42 | $response = $this->client->doPost($url, ['address'=>$address,'amount'=>$amount]); |
43 | 43 | |
44 | 44 | return $response; |