Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
faboweb authored Dec 14, 2019
2 parents 8d7bced + fca8652 commit faf71d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/controller/transaction/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async function broadcastTransaction(url, signedTx) {
return res.txhash
}

function createBroadcastBody(signedTx, returnType = `sync`) {
function createBroadcastBody(signedTx, returnType = `block`) {
return JSON.stringify({
tx: signedTx,
mode: returnType
Expand Down

0 comments on commit faf71d8

Please sign in to comment.