Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move command won't work with blockchain #20

Open
Leanerz opened this issue Jun 13, 2014 · 0 comments
Open

Move command won't work with blockchain #20

Leanerz opened this issue Jun 13, 2014 · 0 comments

Comments

@Leanerz
Copy link

Leanerz commented Jun 13, 2014

Hi,
I use JSON RPC API of blockchain and when i try to use move function he return an error message ! Any one can provide a help ?

Thank's.

My code:
function pay($from, $to, $amount) {
$bitcoin = new jsonRPCClient('http://'.json_username.':'.json_password.'@'.json_server.':'.json_port.'/');
$move = $bitcoin->move($from, $to, $amount);
return $move;
}

Get an error from jsonRPCClient.php lib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants