osx compatibility

This commit is contained in:
jl777
2016-11-11 09:25:48 -03:00
parent 6ae728c777
commit 94eb04d704
5 changed files with 25 additions and 0 deletions

View File

@@ -160,7 +160,11 @@ public:
// Transaction hash
uint256 hash;
// Index into CTransaction.vjoinsplit
#ifdef __APPLE__
uint64_t js;
#else
size_t js;
#endif
// Index into JSDescription fields of length ZC_NUM_JS_OUTPUTS
uint8_t n;