bcoin-org / bcoin-org/bclient

bwallet-cli: view fails

Open
#12 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
12
Forks
20
PR merge metrics
No merged PRs in 30d

Description

```
» ./bwallet-cli view "77b24a0102054ca6a046e2fb61c59fe274a38a562dabcd2df24ad9e3ed8b2716"
TypeError: this.wallet.fill is not a function
at CLI.viewTX (/home/vagrant/bcash-interlinker/node_modules/bclient/bin/bwallet-cli:352:34)
at CLI.handleWallet (/home/vagrant/bcash-interlinker/node_modules/bclient/bin/bwallet-cli:569:20)
at CLI.open (/home/vagrant/bcash-interlinker/node_modules/bclient/bin/bwallet-cli:682:17)
at /home/vagrant/bcash-interlinker/node_modules/bclient/bin/bwallet-cli:693:13
at Object. (/home/vagrant/bcash-interlinker/node_modules/bclient/bin/bwallet-cli:695:3)
at Module._compile (internal/modules/cjs/loader.js:689:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
at Module.load (internal/modules/cjs/loader.js:599:32)
at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
at Function.Module._load (internal/modules/cjs/loader.js:530:3)
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the bwallet-cli entry point and CLI.viewTX at line 352, then reproduce the reported command using the transaction ID shown. Trace why this.wallet.fill is not callable; done means bwallet-cli view completes without the TypeError and displays the transaction.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.