Document hush_block2pubkey33()

This commit is contained in:
Duke
2023-12-24 12:14:37 -08:00
parent 4b7f94effa
commit 77ab75c01d

View File

@@ -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;