From 52fcd57145967fd2ede6ad6cb6e78e17d1461525 Mon Sep 17 00:00:00 2001 From: thephez Date: Thu, 8 Feb 2018 16:41:15 -0500 Subject: [PATCH] content - Expansion of PrivateSend guide - Add missing noref --- _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 a550a9c4..f3687860 100644 --- a/_includes/devdoc/guide_dash_features.md +++ b/_includes/devdoc/guide_dash_features.md @@ -123,7 +123,7 @@ directly without requiring additional inputs or creating change (for example, PrivateSend collaterals are used to pay mixing fees, but are kept separate from the denominations to maximize privacy. The collateral fees are 0.001 DASH for all mixing sessions regardless of denomination. In Dash Core, collaterals are -created with enough value to pay 4 collateral fees (4 x 0.001 DASH). ([Dash Core Reference](https://github.com/dashpay/dash/blob/e596762ca22d703a79c6880a9d3edb1c7c972fd3/src/privatesend.h#L313)) +created with enough value to pay 4 collateral fees (4 x 0.001 DASH). ([Dash Core Reference](https://github.com/dashpay/dash/blob/e596762ca22d703a79c6880a9d3edb1c7c972fd3/src/privatesend.h#L313)) {% endautocrossref %}