Skip to content

Commit 1434efd

Browse files
authored
Merge pull request #17 from sorenstoutner/typo
Fix indeces -> indices typo
2 parents 08d68bf + a12aa70 commit 1434efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/_guides/nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ During normal use the wallet will use the following endpoints:
5353
|/get_transaction_pool_hashes.bin| Sync | Get tx hashes from transaction pool. Called every 10 seconds after main sync is finished. |
5454
|/get_transactions| Sync | Get pool transactions the wallet hasn't scanned before. |
5555
|/get_output_distribution| Tx Construction | Output distribution used in decoy selection. Data is hashed and checked against a hardcoded value to mitigate against output distribution poisoning.<br>In Feather, the distribution is requested and cached immediately upon finishing wallet synchronization to cut bandwidth requirements for transaction construction by an order of magnitude. |
56-
|/get_outs.bin| Tx Construction | Request output public keys for selected indeces of ring members. The wallet cannot verify the validity of the public keys, except for the true input. Feather will show a warning if the true input is missing from the response. |
56+
|/get_outs.bin| Tx Construction | Request output public keys for selected indices of ring members. The wallet cannot verify the validity of the public keys, except for the true input. Feather will show a warning if the true input is missing from the response. |
5757
|get_fee_estimate| Tx Construction | Get base transaction fee. Malicious nodes can introduce a fungibility defect by providing an incorrect fee estimate. |
5858
|hard_fork_info | Tx Construction | Get information about hard fork state. |
5959
|/send_raw_transaction | Tx Broadcast | Instruct the node to broadcast the transcation to the network. |

0 commit comments

Comments
 (0)