Exemplo n.º 1
0
 def ds_parse_block_header(chain, ds):
     d = Chain.ds_parse_block_header(chain, ds)
     if d['version'] & (1 << 8):
         d['auxpow'] = deserialize.parse_AuxPow(ds)
     return d
Exemplo n.º 2
0
 def ds_parse_block_header(chain, ds):
     d = Chain.ds_parse_block_header(chain, ds)
     if d['version'] & (1 << 8):
         d['auxpow'] = deserialize.parse_AuxPow(ds)
     return d
Exemplo n.º 3
0
 def ds_parse_block_header(chain, ds):
     d = Chain.ds_parse_block_header(chain, ds)
     if d['version'] & (1 << chain.block_version_bit_merge_mine):
         d['auxpow'] = deserialize.parse_AuxPow(ds)
     return d