Sha256: 0e7dc4c113e5136452d91fa5e51146f03b6d6f02b3ba131fa74f93728b22b495

Contents?: true

Size: 749 Bytes

Versions: 3

Compression:

Stored size: 749 Bytes

Contents

---
- !ruby/struct:VCR::HTTPInteraction
  request: !ruby/struct:VCR::Request
    method: :post
    uri: http://testuser:testpass@localhost:8332/
    body: ! '{"id":"jsonrpc","method":"getblocknumber"}'
    headers:
      accept:
      - ! '*/*; q=0.5, application/xml'
      accept-encoding:
      - gzip, deflate
      content-length:
      - '42'
  response: !ruby/struct:VCR::Response
    status: !ruby/struct:VCR::ResponseStatus
      code: 200
      message: OK
    headers:
      date:
      - Wed, 22 Jun 2011 00:30:06 +0000
      content-length:
      - '46'
      content-type:
      - application/json
      server:
      - bitcoin-json-rpc/0.3.21-beta
    body: ! '{"result":132426,"error":null,"id":"jsonrpc"}

'
    http_version: '1.1'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bitbank-0.1.2 spec/fixtures/vcr_cassettes/client/block_number.yml
bitbank-0.1.1 spec/fixtures/vcr_cassettes/client/block_number.yml
bitbank-0.1.0 spec/fixtures/vcr_cassettes/client/block_number.yml