clarify that an update can change a claim's channel
This commit is contained in:
parent
65a9acbfbb
commit
f4e16db2ce
2 changed files with 3 additions and 3 deletions
2
index.md
2
index.md
|
@ -144,7 +144,7 @@ There are three claim operations: _create_, _update_, and _abandon_.
|
||||||
<dt>create</dt>
|
<dt>create</dt>
|
||||||
<dd>Makes a new claim.</dd>
|
<dd>Makes a new claim.</dd>
|
||||||
<dt>update</dt>
|
<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>
|
<dt>abandon</dt>
|
||||||
<dd>Withdraws a claim, freeing the associated credits to be used for other purposes.</dd>
|
<dd>Withdraws a claim, freeing the associated credits to be used for other purposes.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
@ -17,7 +17,7 @@ To view the content locally, you must have [Ruby](https://www.ruby-lang.org/en/d
|
||||||
To edit the spec:
|
To edit the spec:
|
||||||
|
|
||||||
- run `bundle exec jekyll serve --watch`
|
- 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.
|
- 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).
|
Contributions to this project are welcome, encouraged, and compensated. For more details, [click here](https://lbry.io/faq/contributing).
|
||||||
|
|
Loading…
Reference in a new issue