mirror of
https://github.com/kvazar-network/crawler.git
synced 2025-01-22 12:54:20 +00:00
update transaction operators
This commit is contained in:
parent
94c8aaa23c
commit
6d41363932
@ -361,24 +361,11 @@ for ($block = $state; $block <= $blocks; $block++)
|
|||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'OP_HASH160': // @TODO not in use at this moment
|
// @TODO not in use at this moment
|
||||||
|
case 'OP_HASH160':
|
||||||
/*
|
case 'OP_RETURN':
|
||||||
[0] => OP_HASH160
|
case 'OP_DUP':
|
||||||
[1] => d03b0c06f8db322a2365e41385f2c8f6f89eebe3
|
case 'OP_NOP':
|
||||||
[2] => OP_EQUAL
|
|
||||||
*/
|
|
||||||
|
|
||||||
continue 2;
|
|
||||||
|
|
||||||
break;
|
|
||||||
|
|
||||||
case 'OP_RETURN': // @TODO not in use at this moment
|
|
||||||
|
|
||||||
/*
|
|
||||||
[0] => OP_RETURN
|
|
||||||
[1] => aa21a9ede2f61c3f71d1defd3fa999dfa36953755c690689799962b48bebd836974e8cf9
|
|
||||||
*/
|
|
||||||
|
|
||||||
continue 2;
|
continue 2;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user