Skip to content
Snippets Groups Projects
Commit 1dda0113 authored by Mahdi Yari's avatar Mahdi Yari
Browse files

replace broadcast_transaction_synchronous

parent 6c148e2b
No related branches found
No related tags found
No related merge requests found
......@@ -355,7 +355,7 @@ class Hive extends EventEmitter {
const trx = options.trx;
return this.send(
'network_broadcast_api', {
method: 'broadcast_transaction_synchronous',
method: 'broadcast_transaction',
params: [trx],
},
(err, result) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment