mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 87c7dcc60d into merged_master (Bitcoin PR bitcoin/bitcoin#24808)
This commit is contained in:
commit
df428b0489
1 changed files with 4 additions and 1 deletions
|
|
@ -1220,7 +1220,10 @@ A few guidelines for introducing and reviewing new RPC interfaces:
|
|||
|
||||
- *Rationale*: Consistency with the existing interface.
|
||||
|
||||
- Argument naming: use snake case `fee_delta` (and not, e.g. camel case `feeDelta`)
|
||||
- Argument and field naming: please consider whether there is already a naming
|
||||
style or spelling convention in the API for the type of object in question
|
||||
(`blockhash`, for example), and if so, try to use that. If not, use snake case
|
||||
`fee_delta` (and not, e.g. `feedelta` or camel case `feeDelta`).
|
||||
|
||||
- *Rationale*: Consistency with the existing interface.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue