[doc/log] Fix markdown syntax and line terminate LogPrint
- Fix doxygen comment for payTxFee - [doc] Fix markdown - Make sure LogPrintf strings are line-terminated Github-Pull: #7617 Rebased-From:fa06ce0949fa97f95c15fa26652459
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
ca8f160af5
commit
f04f4fd2ee
@@ -33,9 +33,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
/**
|
||||
* Settings
|
||||
*/
|
||||
/** Transaction fee set by the user */
|
||||
CFeeRate payTxFee(DEFAULT_TRANSACTION_FEE);
|
||||
CAmount maxTxFee = DEFAULT_TRANSACTION_MAXFEE;
|
||||
unsigned int nTxConfirmTarget = DEFAULT_TX_CONFIRM_TARGET;
|
||||
|
||||
Reference in New Issue
Block a user