EndlessVanguard / bitcoin-remunerate-api

A scheme for trustless, decentralized, anonymous, remuneration for content creators.
1 stars 0 forks source link

Include price in generated bitcoin address link #27

Closed fromheten closed 8 years ago

fromheten commented 8 years ago

Currently the response looks like this: {"display":"payment.prompt","address":"13bVTp72EEYf7hmTydr6CSBU7bhfFFijxV"}.

It should be more like

{
  'address': '13bVTp72EEYf7hmTydr6CSBU7bhfFFijxV',
  'satoshis': '100000',
  'label': 'Momona: This awesome title of a blog post'
}

The display field is not used, and should be removed. We can add it when it's a feature we need. Right now it's just some extra bytes we add every time for no reason.

fromheten commented 8 years ago

I think this can be closed, to doing that. Let me know if I missed something @mattgstevens