Remove more remnants of JoinSplits

This commit is contained in:
Duke Leto
2020-12-08 19:49:42 -05:00
parent 689597a37b
commit a42c063b52
14 changed files with 62 additions and 167 deletions

View File

@@ -203,7 +203,7 @@ public:
uint256 hash;
// Index into CTransaction.vjoinsplit
uint64_t js;
// Index into JSDescription fields of length ZC_NUM_JS_OUTPUTS
// Index into JSDescription fields of length HUSH_NUM_JS_OUTPUTS
uint8_t n;
JSOutPoint() { SetNull(); }