This commit is contained in:
jl777
2016-10-25 19:24:46 -03:00
parent 562c328f5b
commit 453e1052c2
2 changed files with 1 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
* *
******************************************************************************/
#define SATOSHIDEN ((uint64_t)100000000L)
#define dstr(x) ((double)(x) / SATOSHIDEN)
union _bits256 { uint8_t bytes[32]; uint16_t ushorts[16]; uint32_t uints[8]; uint64_t ulongs[4]; uint64_t txid; };