clarify that an update can change a claim's channel

This commit is contained in:
Alex Grintsvayg 2019-01-24 09:47:58 -05:00
parent 65a9acbfbb
commit f4e16db2ce
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5
2 changed files with 3 additions and 3 deletions

View file

@ -144,7 +144,7 @@ There are three claim operations: _create_, _update_, and _abandon_.
<dt>create</dt>
<dd>Makes a new claim.</dd>
<dt>update</dt>
<dd>Changes the value or amount of an existing claim, without changing the claim ID.</dd>
<dd>Changes the value, amount, or channel of an existing claim. Does not change the claim's ID.</dd>
<dt>abandon</dt>
<dd>Withdraws a claim, freeing the associated credits to be used for other purposes.</dd>
</dl>

View file

@ -17,7 +17,7 @@ To view the content locally, you must have [Ruby](https://www.ruby-lang.org/en/d
To edit the spec:
- run `bundle exec jekyll serve --watch`
- make changes in `v1.md`
- make changes to the markdown
- refresh `localhost:4000` in your browser to see the effect of your changes.
Contributions to this project are welcome, encouraged, and compensated. For more details, [click here](https://lbry.io/faq/contributing).