mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 02:20:53 +00:00
commit
71929ba985
@ -142,7 +142,7 @@ namespace GUIUtil
|
||||
* Makes a QTableView last column feel as if it was being resized from its left border.
|
||||
* Also makes sure the column widths are never larger than the table's viewport.
|
||||
* In Qt, all columns are resizable from the right, but it's not intuitive resizing the last column from the right.
|
||||
* Usually our second to last columns behave as if stretched, and when on strech mode, columns aren't resizable
|
||||
* Usually our second to last columns behave as if stretched, and when on stretch mode, columns aren't resizable
|
||||
* interactively or programmatically.
|
||||
*
|
||||
* This helper object takes care of this issue.
|
||||
|
||||
@ -1627,7 +1627,7 @@ static UniValue getblockstats(const JSONRPCRequest& request)
|
||||
" \"mediantxsize\": xxxxx, (numeric) Truncated median transaction size\n"
|
||||
" \"minfee\": xxxxx, (numeric) Minimum fee in the block\n"
|
||||
" \"minfeerate\": xxxxx, (numeric) Minimum feerate (in koinu per byte)\n"
|
||||
" \"minoutamount\": xxxxx, (numeric) Minumum output value (excluding coinbase and OP_RETURN)\n"
|
||||
" \"minoutamount\": xxxxx, (numeric) Minimum output value (excluding coinbase and OP_RETURN)\n"
|
||||
" \"mintxsize\": xxxxx, (numeric) Minimum transaction size\n"
|
||||
" \"outs\": xxxxx, (numeric) The number of outputs\n"
|
||||
" \"subsidy\": xxxxx, (numeric) The block subsidy\n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user