1
0
mirror of https://github.com/bumi/blockstream_satellite synced 2025-06-16 09:45:35 +00:00

update readme

This commit is contained in:
bumi 2019-03-15 19:34:44 +01:00
parent 522d7bc9b4
commit 2f3f133de6

View File

@ -54,7 +54,7 @@ BlockstreamSatellite.lnd_client = lnd_client
`BlockstreamSatellite::Order.create` accepts the following parameters: `BlockstreamSatellite::Order.create` accepts the following parameters:
* `path`: path to the file to transmit * `path`: path to the file to transmit
* `data`: data to transmit; can be used as an alternative `path` * `message`: message to transmit; can be used as an alternative `path`
* `bid`: bid for the order. defaults to file size * 51 * `bid`: bid for the order. defaults to file size * 51
```ruby ```ruby