From cf11304a9d123706273def9907468b677438be04 Mon Sep 17 00:00:00 2001 From: Paul Shapiro Date: Tue, 30 Oct 2018 16:27:17 -0500 Subject: [PATCH] README: minor updates --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96d3523..49b18a9 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ When they fail, some of these functions return only a key-value `err_msg`. **`decodeRct`** -* Args: `i: UInt32String`, `sk: String`, `rv: DecodeRCT_RV` +* Args: `i: UInt32String`, `sk: String`, `rv: DecodeRCT_RV` where * `DecodeRCT_RV: Dictionary` with `type: RCTTypeIntString`, `ecdhInfo: [DecodeRCT_ECDHInfo]`, `outPk: [DecodeRCT_OutPK]` @@ -239,9 +239,11 @@ e.g. **`estimated_tx_network_fee`** -Convenience wrapper +Useful for displaying an estimated fee – To obtain exact fees, see "Creating and Sending Transactions" -* Args: `fee_per_b: UInt64String`, `priority: UInt32String` +* Args: + * `fee_per_b: UInt64String` + * `priority: UInt32String` * Returns: `retVal: UInt64String`