Skip to content

Commit

Permalink
rm log; typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kajoseph committed Oct 18, 2023
1 parent af8ae13 commit 575338e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bitcore-client/bin/wallet-decrypt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const promptly = require('promptly');
program
.version(require('../package.json').version)
.requiredOption('--name <name>', 'REQUIRED - Wallet Name')
.option('--storageType <storageType>', 'optional - name of the databse to use (default Level)')
.option('--storageType <storageType>', 'optional - name of the database to use (default Level)')
.option('--path <path>', 'optional - Custom wallet storage path')
.parse(process.argv);

Expand Down
1 change: 0 additions & 1 deletion packages/crypto-wallet-core/src/transactions/btc/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export class BTCTxProvider {
if (feeRate) {
tx.feePerByte(Number(feeRate));
}
console.log(feeRate, btcUtxos);
if (change) {
tx.change(change);
}
Expand Down

0 comments on commit 575338e

Please sign in to comment.