Browse Source

Test

pull/4/head
jl777 7 years ago
parent
commit
cc30b05e0d
  1. 1
      src/komodo_structs.h

1
src/komodo_structs.h

@ -40,6 +40,7 @@
#define KOMODO_KVPROTECTED 1
#define KOMODO_KVBINARY 2
#define KOMODO_KVDURATION 1440
#define KOMODO_ASSETCHAIN_MAXLEN 65
union _bits256 { uint8_t bytes[32]; uint16_t ushorts[16]; uint32_t uints[8]; uint64_t ulongs[4]; uint64_t txid; };
typedef union _bits256 bits256;

Loading…
Cancel
Save