Browse Source

We aint got no stinking joinsplits

duke
Duke 3 months ago
parent
commit
195571b15f
  1. 1
      src/primitives/transaction.h

1
src/primitives/transaction.h

@ -47,7 +47,6 @@
extern uint32_t ASSETCHAINS_MAGIC;
extern std::string ASSETCHAINS_SELFIMPORT;
#define JOINSPLIT_SIZE GetSerializeSize(JSDescription(), SER_NETWORK, PROTOCOL_VERSION)
#define OUTPUTDESCRIPTION_SIZE GetSerializeSize(OutputDescription(), SER_NETWORK, PROTOCOL_VERSION)
#define SPENDDESCRIPTION_SIZE GetSerializeSize(SpendDescription(), SER_NETWORK, PROTOCOL_VERSION)

Loading…
Cancel
Save