From 5f4b86f4e7929a3616317588f6c441057188c63a Mon Sep 17 00:00:00 2001 From: chloefeal <188809157+chloefeal@users.noreply.github.com> Date: Sun, 12 Jan 2025 16:58:31 +0800 Subject: [PATCH 1/2] Fix typo src/qt/guiutil.h Signed-off-by: chloefeal <188809157+chloefeal@users.noreply.github.com> --- src/qt/guiutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index d6bc25c14..d0e86b42b 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -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. From 31978e28edbfdd64cd8802de93f5c75ae96d4b79 Mon Sep 17 00:00:00 2001 From: chloefeal <188809157+chloefeal@users.noreply.github.com> Date: Sun, 12 Jan 2025 16:58:42 +0800 Subject: [PATCH 2/2] Fix typo src/rpc/blockchain.cpp Signed-off-by: chloefeal <188809157+chloefeal@users.noreply.github.com> --- src/rpc/blockchain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index a6b4c49f2..5d97aad86 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -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"