From 112d6826341c1e90a41cbe147b41910026eeba7d Mon Sep 17 00:00:00 2001 From: j-berman Date: Mon, 7 Mar 2022 21:07:51 -0500 Subject: [PATCH] small documentation fixes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9044d88..8889d90 100644 --- a/README.md +++ b/README.md @@ -351,8 +351,8 @@ The values which must be passed between functions have (almost entirely) consist * Args: * `using_outs: [UnspentOutput]` returned by step1 - * `mix_outs: [MixAmountAndOuts]` defined below - * `prior_attempt_unspent_outs_to_mix_outs: Map` + * `mix_outs_from_server: [MixAmountAndOuts]` defined below + * `prior_attempt_unspent_outs_to_mix_outs: Optional>` * Returns: @@ -365,7 +365,7 @@ The values which must be passed between functions have (almost entirely) consist *OR* * `mix_outs: [MixAmountAndOuts]` passable directly to step2 - * `prior_attempt_unspent_outs_to_mix_outs_new: Optional>` + * `prior_attempt_unspent_outs_to_mix_outs_new: Map` ##### `send_step2__try_create_transaction` @@ -388,7 +388,7 @@ The values which must be passed between functions have (almost entirely) consist * `nettype_string: NettypeString` * `payment_id_string: Optional` - * `MixAmountAndOuts: Dictionary` decoys obtained from API call with, or from `tie_outs_to_mix_outs` + * `MixAmountAndOuts: Dictionary` decoys obtained from API call with, or from `pre_step2_tie_unspent_outs_to_mix_outs_for_all_future_tx_attempts` * `amount: UInt64String` * `outputs: [MixOut]` where * `MixOut: Dictionary` with