Skip to content

Commit a646ee7

Browse files
committed
Merge branch 'nextVersion'
2 parents f390d4f + fbc82c0 commit a646ee7

25 files changed

+3677
-1198
lines changed

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bsv/wallet-toolbox-client",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Client only Wallet Storage",
55
"main": "./out/src/index.client.js",
66
"types": "./out/src/index.client.d.ts",

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import { Setup } from '@bsv/wallet-toolbox'
3737
const rootKeyHex = PrivateKey.fromRandom().toString()
3838
console.log(`MAKE A SECURE COPY OF YOUR WALLET PRIVATE ROOT KEY: ${rootKeyHex}`)
3939

40-
const { wallet } = await Setup.createSQLiteWallet({
40+
const { wallet } = await Setup.createWalletSQLite({
4141
filePath: './myTestWallet.sqlite',
4242
databaseName: 'myTestWallet',
4343
chain: 'test',

0 commit comments

Comments
 (0)