File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ namespace GUIUtil
142142 * Makes a QTableView last column feel as if it was being resized from its left border.
143143 * Also makes sure the column widths are never larger than the table's viewport.
144144 * In Qt, all columns are resizable from the right, but it's not intuitive resizing the last column from the right.
145- * Usually our second to last columns behave as if stretched, and when on strech mode, columns aren't resizable
145+ * Usually our second to last columns behave as if stretched, and when on stretch mode, columns aren't resizable
146146 * interactively or programmatically.
147147 *
148148 * This helper object takes care of this issue.
Original file line number Diff line number Diff line change @@ -1627,7 +1627,7 @@ static UniValue getblockstats(const JSONRPCRequest& request)
16271627 " \" mediantxsize\" : xxxxx, (numeric) Truncated median transaction size\n "
16281628 " \" minfee\" : xxxxx, (numeric) Minimum fee in the block\n "
16291629 " \" minfeerate\" : xxxxx, (numeric) Minimum feerate (in koinu per byte)\n "
1630- " \" minoutamount\" : xxxxx, (numeric) Minumum output value (excluding coinbase and OP_RETURN)\n "
1630+ " \" minoutamount\" : xxxxx, (numeric) Minimum output value (excluding coinbase and OP_RETURN)\n "
16311631 " \" mintxsize\" : xxxxx, (numeric) Minimum transaction size\n "
16321632 " \" outs\" : xxxxx, (numeric) The number of outputs\n "
16331633 " \" subsidy\" : xxxxx, (numeric) The block subsidy\n "
You can’t perform that action at this time.
0 commit comments