Skip to content

Move command won't work with blockchain #20

Description

@Leanerz

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions