Skip to content

Commit f875390

Browse files
committed
Unable to decode JSON Response #32
Changed API resource to api/v2/create
1 parent 5612442 commit f875390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Create/Create.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ public function doCreate($password, $priv=null, $email=null, $label=null) {
3636
if(!is_null($label))
3737
$params['label'] = $label;
3838

39-
return new WalletResponse($this->blockchain->post('api/v2/create_wallet', $params));
39+
return new WalletResponse($this->blockchain->post('api/v2/create', $params));
4040
}
4141
}

0 commit comments

Comments
 (0)