You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{RPCResult::Type::STR_HEX, "target", "The current target"},
430
430
{RPCResult::Type::NUM, "networkhashps", "The network hashes per second"},
431
431
{RPCResult::Type::NUM, "pooledtx", "The size of the mempool"},
432
+
{RPCResult::Type::STR_AMOUNT, "blockmintxfee", "Minimum feerate of packages selected for block inclusion in " + CURRENCY_UNIT + "/kvB"},
432
433
{RPCResult::Type::STR, "chain", "current network name (" LIST_CHAIN_NAMES ")"},
433
434
{RPCResult::Type::STR_HEX, "signet_challenge", /*optional=*/true, "The block challenge (aka. block script), in hexadecimal (only present if the current network is a signet)"},
0 commit comments