Sha256: 76d7ab3971750c3fb8782f8ee2ae8aa9a01ba0fb14ff288e63d902f8ba58f198

Contents?: true

Size: 797 Bytes

Versions: 4

Compression:

Stored size: 797 Bytes

Contents

---
- !ruby/struct:VCR::HTTPInteraction
  request: !ruby/struct:VCR::Request
    method: :post
    uri: http://testuser:testpass@localhost:8332/
    body: ! '{"id":"jsonrpc","method":"getnewaddress","params":["adent"]}'
    headers:
      accept:
      - ! '*/*; q=0.5, application/xml'
      accept-encoding:
      - gzip, deflate
      content-length:
      - '60'
  response: !ruby/struct:VCR::Response
    status: !ruby/struct:VCR::ResponseStatus
      code: 200
      message: OK
    headers:
      date:
      - Mon, 13 Jun 2011 04:40:14 +0000
      content-length:
      - '76'
      content-type:
      - application/json
      server:
      - bitcoin-json-rpc/0.3.21-beta
    body: ! '{"result":"15GsE7o3isyQ7ygzh8Cya58oetrGYygdoi","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/account/new_address.yml
bitbank-0.1.1 spec/fixtures/vcr_cassettes/account/new_address.yml
bitbank-0.1.0 spec/fixtures/vcr_cassettes/account/new_address.yml
bitbank-0.0.1 spec/fixtures/vcr_cassettes/account/new_address.yml