BTW this aint working for me...
$sendmany.="{";
foreach ($bob as $b) {
$sendmany .= '"B9zb7z2C8JkFnfDRMg1cgK6BKEtY7tDiDJ":'.(float)$b;
$sendmany.= ",";
}
$sendmany.="}";
$sent = $test->sendmany($wallet,$sendmany);
tried with array_push same results...
any idea ? jsonrpc lib
Error: Fatal error: Uncaught exception 'Exception' with message 'Request error: -1 - value is type str, expected obj'
jsonRPCClient->sendmany('test', '{"B9zb7z2C8JkFn...')
Can u please publish the complete code that is giving trouble ?