Skip to content

Commit e67a345

Browse files
committed
doc: submitpackage vsize results are sigops-adjusted
1 parent b67db52 commit e67a345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/mempool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ static RPCHelpMan submitpackage()
842842
{RPCResult::Type::OBJ, "wtxid", "transaction wtxid", {
843843
{RPCResult::Type::STR_HEX, "txid", "The transaction hash in hex"},
844844
{RPCResult::Type::STR_HEX, "other-wtxid", /*optional=*/true, "The wtxid of a different transaction with the same txid but different witness found in the mempool. This means the submitted transaction was ignored."},
845-
{RPCResult::Type::NUM, "vsize", /*optional=*/true, "Virtual transaction size as defined in BIP 141."},
845+
{RPCResult::Type::NUM, "vsize", /*optional=*/true, "Sigops-adjusted virtual transaction size."},
846846
{RPCResult::Type::OBJ, "fees", /*optional=*/true, "Transaction fees", {
847847
{RPCResult::Type::STR_AMOUNT, "base", "transaction fee in " + CURRENCY_UNIT},
848848
{RPCResult::Type::STR_AMOUNT, "effective-feerate", /*optional=*/true, "if the transaction was not already in the mempool, the effective feerate in " + CURRENCY_UNIT + " per KvB. For example, the package feerate and/or feerate with modified fees from prioritisetransaction."},

0 commit comments

Comments
 (0)