Skip to content
Snippets Groups Projects

[+] A new extractTxBlock method has been added to the plugin. The method gets...

Merged alexey.stratulat requested to merge bugs-6475 into release-1.1
2 files
+ 46
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -86,6 +86,7 @@ hhttp.add("txValidation", workTx.http_handler_tx_validation)
hhttp.add("blockListLimited", workBlock.http_handler_block_list)
hhttp.add("blockListCount", workBlock.http_handler_block_list_count)
hhttp.add("block", workBlock.http_handler_block)
hhttp.add("extractTxBlock", workBlock.http_handler_extract_tx_from_block)
def init():
Loading