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

Merge branch 'remove-3s-wait-after-broadcast' into 'master'

minor fix

See merge request hive/hive-js!44
parents 89617f7e af8a2835
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,6 @@ hiveBroadcast.send = function hiveBroadcast$send(tx, privKeys, callback) {
signedTransaction
).then((result) => {
return Object.assign({ id: trxId }, result, signedTransaction);
})
});
});
......
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