Browse Source

Document hush_block2pubkey33()

pull/384/head
Duke 5 months ago
parent
commit
77ab75c01d
  1. 1
      src/hush_bitcoind.h

1
src/hush_bitcoind.h

@ -724,6 +724,7 @@ int32_t hush_block2height(CBlock *block)
return(height);
}
// return true if the first output of the first tx in a block is valid
int32_t hush_block2pubkey33(uint8_t *pubkey33,CBlock *block)
{
int32_t n;

Loading…
Cancel
Save