ruimarinho / bitcoin-core

A modern Bitcoin Core REST and RPC client.
480 stars 188 forks source link

Enabling named parameters #52

Closed toriaezunama closed 6 years ago

toriaezunama commented 6 years ago

Please update the documentation to say that in order for named parameters to be enabled you must specify the version in the options passed at initialisation.

hasNamedParametersSupport is false by default and only set to true if both version is set and semver.satisfies(version, '>=0.14.0')

ruimarinho commented 6 years ago

You are very right. Would you like to submit a PR with that additional information?

toriaezunama commented 6 years ago

Done. #56

ruimarinho commented 6 years ago

Closed by https://github.com/ruimarinho/bitcoin-core/pull/56.