Sha256: 82bcf89f200fac7486aa1a8149d19cb9304b80e35913e46c1b35c560aa20d6d6

Contents?: true

Size: 757 Bytes

Versions: 4

Compression:

Stored size: 757 Bytes

Contents

---
- !ruby/struct:VCR::HTTPInteraction
  request: !ruby/struct:VCR::Request
    method: :post
    uri: http://testuser:testpass@localhost:8332/
    body: ! '{"id":"jsonrpc","method":"getdifficulty"}'
    headers:
      accept:
      - ! '*/*; q=0.5, application/xml'
      accept-encoding:
      - gzip, deflate
      content-length:
      - '41'
  response: !ruby/struct:VCR::Response
    status: !ruby/struct:VCR::ResponseStatus
      code: 200
      message: OK
    headers:
      date:
      - Sun, 12 Jun 2011 04:27:55 +0000
      content-length:
      - '55'
      content-type:
      - application/json
      server:
      - bitcoin-json-rpc/0.3.21-beta
    body: ! '{"result":567358.22457067,"error":null,"id":"jsonrpc"}

'
    http_version: '1.1'

Version data entries

4 entries across 4 versions & 1 rubygems

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