v3.13.2-segwit-test

This commit is contained in:
Jay D Dee
2020-05-18 18:17:27 -04:00
parent 9653bca1e2
commit 0e69756634
6 changed files with 149 additions and 18 deletions

View File

@@ -313,6 +313,10 @@ size_t address_to_script( unsigned char *out, size_t outsz, const char *addr );
int timeval_subtract( struct timeval *result, struct timeval *x,
struct timeval *y);
// Segwit BEGIN
extern void memrev(unsigned char *p, size_t len);
// Segwit END
// Bitcoin formula for converting difficulty to an equivalent
// number of hashes.
//