From 1e3c5a28f4a68ee64cb8253bf56ad691d485528b Mon Sep 17 00:00:00 2001 From: Paul Shapiro Date: Wed, 9 Jan 2019 20:02:16 -0600 Subject: [PATCH] readme: fee_mask --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5902920..a574749 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ The values which must be passed between functions have (almost entirely) consist * `is_sweeping: BoolString` * `priority: UInt32String` of `1`–`4` * `fee_per_b: UInt64String` + * `fee_mask: UInt64String` * `unspent_outs: [UnspentOutput]` - fully parsed server response * `payment_id_string: Optional` * `passedIn_attemptAt_fee: Optional` @@ -354,6 +355,7 @@ The values which must be passed between functions have (almost entirely) consist * `fee_amount: UInt64String` returned by step1 * `priority: UInt32String` of `1`–`4` * `fee_per_b: UInt64String` + * `fee_mask: UInt64String` * `using_outs: [UnspentOutput]` returned by step1 * `mix_outs: [MixAmountAndOuts]` defined below * `unlock_time: UInt64String`