File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -1429,17 +1429,6 @@ A few guidelines for introducing and reviewing new RPC interfaces:
1429
1429
until the wallet is caught up to the chainstate as of the RPC call's entry.
1430
1430
This also makes the API much easier for RPC clients to reason about.
1431
1431
1432
- - Be aware of RPC method aliases and generally avoid registering the same
1433
- callback function pointer for different RPCs.
1434
-
1435
- - * Rationale* : RPC methods registered with the same function pointer will be
1436
- considered aliases and only the first method name will show up in the
1437
- ` help ` RPC command list.
1438
-
1439
- - * Exception* : Using RPC method aliases may be appropriate in cases where a
1440
- new RPC is replacing a deprecated RPC, to avoid both RPCs confusingly
1441
- showing up in the command list.
1442
-
1443
1432
- Use * invalid* bech32 addresses (e.g. in the constant array ` EXAMPLE_ADDRESS ` ) for
1444
1433
` RPCExamples ` help documentation.
1445
1434
You can’t perform that action at this time.
0 commit comments