Method: Bitcoin::Client#bitcoind_version
- Defined in:
- lib/bc.rb
#bitcoind_version ⇒ Object
This [Fixnum] is the version of bitcoind we’re connecting to.
815 816 817 |
# File 'lib/bc.rb', line 815 def bitcoind_version @jr.getinfo().fetch('version') end |