@@ -666,16 +666,15 @@ UniValue estimatefee(const UniValue& params, bool fHelp)
666
666
if (fHelp || params.size () != 1 )
667
667
throw runtime_error (
668
668
" estimatefee nblocks\n "
669
- " \n Estimates the approximate fee per kilobyte\n "
670
- " needed for a transaction to begin confirmation\n "
671
- " within nblocks blocks.\n "
669
+ " \n Estimates the approximate fee per kilobyte needed for a transaction to begin\n "
670
+ " confirmation within nblocks blocks.\n "
672
671
" \n Arguments:\n "
673
672
" 1. nblocks (numeric)\n "
674
673
" \n Result:\n "
675
- " n : (numeric) estimated fee-per-kilobyte\n "
674
+ " n (numeric) estimated fee-per-kilobyte\n "
676
675
" \n "
677
- " -1.0 is returned if not enough transactions and\n "
678
- " blocks have been observed to make an estimate.\n "
676
+ " A negative value is returned if not enough transactions and blocks \n "
677
+ " have been observed to make an estimate.\n "
679
678
" \n Example:\n "
680
679
+ HelpExampleCli (" estimatefee" , " 6" )
681
680
);
@@ -698,16 +697,15 @@ UniValue estimatepriority(const UniValue& params, bool fHelp)
698
697
if (fHelp || params.size () != 1 )
699
698
throw runtime_error (
700
699
" estimatepriority nblocks\n "
701
- " \n Estimates the approximate priority\n "
702
- " a zero-fee transaction needs to begin confirmation\n "
703
- " within nblocks blocks.\n "
700
+ " \n Estimates the approximate priority a zero-fee transaction needs to begin\n "
701
+ " confirmation within nblocks blocks.\n "
704
702
" \n Arguments:\n "
705
703
" 1. nblocks (numeric)\n "
706
704
" \n Result:\n "
707
- " n : (numeric) estimated priority\n "
705
+ " n (numeric) estimated priority\n "
708
706
" \n "
709
- " -1.0 is returned if not enough transactions and\n "
710
- " blocks have been observed to make an estimate.\n "
707
+ " A negative value is returned if not enough transactions and blocks \n "
708
+ " have been observed to make an estimate.\n "
711
709
" \n Example:\n "
712
710
+ HelpExampleCli (" estimatepriority" , " 6" )
713
711
);
0 commit comments