Raptor3um / raptoreum

MIT License
316 stars 133 forks source link

CLI bitcoind reference not replaced by raptoreumd reference #231

Closed HumbleDeer closed 1 year ago

HumbleDeer commented 1 year ago

Steps to reproduce:

  1. Navigate to the directory where raptoreum-cli is located
  2. Run raptoreum-cli
  3. Observe the reported help info about the -rpcwallet commandline switch

Expected behaviour

The switch should return Send RPC for non-default wallet on RPC server (needs to exactly match corresponding -wallet option passed to raptoreumd)

Actual behaviour

The switch returns Send RPC for non-default wallet on RPC server (needs to exactly match corresponding -wallet option passed to bitcoind)

What version of Raptoreum Core are you using?

Raptoreum Core RPC client version v1.3.17.01-c136d2b

Any extra information that might be useful in the debugging process

The original bitcoind reference has not been replaced by the appropriate raptoreumd reference.