From 65d536a6c5c21a84d8298aea44f168e0d9aa5636 Mon Sep 17 00:00:00 2001 From: Cofresi Date: Wed, 23 Jan 2019 10:54:17 -0400 Subject: [PATCH] explicit per input fee for non-simple tx (#104) --- _includes/devdoc/guide_dash_features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/devdoc/guide_dash_features.md b/_includes/devdoc/guide_dash_features.md index 55d2eb2e..56bd08dd 100644 --- a/_includes/devdoc/guide_dash_features.md +++ b/_includes/devdoc/guide_dash_features.md @@ -79,7 +79,7 @@ There are a number of limitations on InstantSend transactions: * The lock request will timeout 15 seconds after the first vote is seen (`INSTANTSEND_LOCK_TIMEOUT_SECONDS`) * The lock request will fail if it has not been locked after 60 seconds (`INSTANTSEND_FAILED_TIMEOUT_SECONDS`) -* A minimum fee (0.0001 Dash) is required for non-simple transactions since they place a higher load on the masternodes. This fee was most +* A “per-input” fee of 0.0001 DASH per input is required for non-simple transactions (inputs >=5) since they place a higher load on the masternodes. This fee was most recently decreased by [DIP-0001](https://github.com/dashpay/dips/blob/master/dip-0001.md). * To be used in an InstantSend transaction, an input must have at least the number confirmations (block depth) indicated by the table below