Sha256: 172c06012d94c43498d4dff5c8a1ae35853712c73b1228b5542c2976a39564c7

Contents?: true

Size: 778 Bytes

Versions: 2

Compression:

Stored size: 778 Bytes

Contents

---
- !ruby/struct:VCR::HTTPInteraction
  request: !ruby/struct:VCR::Request
    method: :post
    uri: http://testuser:testpass@localhost:8332/
    body: ! '{"id":"jsonrpc","method":"getnewaddress"}'
    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:
      - Mon, 11 Jul 2011 15:06:23 +0000
      content-length:
      - '76'
      content-type:
      - application/json
      server:
      - bitcoin-json-rpc/0.3.21-beta
    body: ! '{"result":"1EzxbYD4rFvZBjUEbtnKZ9KJdrqHB7mkZE","error":null,"id":"jsonrpc"}

'
    http_version: '1.1'

Version data entries

2 entries across 2 versions & 1 rubygems

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