Skip to content

Commit

Permalink
perf(sendRawTransactions): single send returns txid string. bulk arra…
Browse files Browse the repository at this point in the history
…y returns array
  • Loading branch information
christroutner committed Feb 21, 2019
1 parent e8cb8fa commit 9ccbc21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const repl = require("repl")
const BITBOXSDK = require("./lib/bitbox-sdk").default
const clone = require("git-clone")

program.version("3.1.0 ", "-v, --version")
program.version("4.0.0 ", "-v, --version")

program
.command("new <name>")
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitbox-sdk",
"version": "3.1.0",
"version": "4.0.0",
"description": "BITBOX Javascript SDK for Bitcoin Cash",
"author": "Gabriel Cardona <gabriel@bitcoin.com>",
"contributors": [
Expand Down

0 comments on commit 9ccbc21

Please sign in to comment.