Sha256: a260f9295a5f179df267eb80d34b5030c829de8628d63251e352c5c1fb258518

Contents?: true

Size: 803 Bytes

Versions: 3

Compression:

Stored size: 803 Bytes

Contents

---
- !ruby/struct:VCR::HTTPInteraction
  request: !ruby/struct:VCR::Request
    method: :post
    uri: http://testuser:testpass@localhost:8332/
    body: ! '{"id":"jsonrpc","method":"getaccountaddress","params":["prefect"]}'
    headers:
      accept:
      - ! '*/*; q=0.5, application/xml'
      accept-encoding:
      - gzip, deflate
      content-length:
      - '61'
  response: !ruby/struct:VCR::Response
    status: !ruby/struct:VCR::ResponseStatus
      code: 200
      message: OK
    headers:
      date:
      - Sun, 12 Jun 2011 03:38:37 +0000
      content-length:
      - '76'
      content-type:
      - application/json
      server:
      - bitcoin-json-rpc/0.3.21-beta
    body: ! '{"result":"1NqwGDRi9Gs4xm1BmPnGeMwgz1CowP6CeQ","error":null,"id":"jsonrpc"}

'
    http_version: '1.1'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bitbank-0.1.1 spec/fixtures/vcr_cassettes/account/address.yml
bitbank-0.1.0 spec/fixtures/vcr_cassettes/account/address.yml
bitbank-0.0.1 spec/fixtures/vcr_cassettes/account/address.yml