|
|
@ -69,15 +69,15 @@ struct basilisk_swapinfo |
|
|
|
char bobstr[64],alicestr[64]; |
|
|
|
bits256 myhash,otherhash,orderhash; |
|
|
|
uint32_t statebits,otherstatebits,started,expiration,finished,dead,reftime,putduration,callduration; |
|
|
|
int32_t bobconfirms,aliceconfirms,iambob,reclaimed,bobspent,alicespent; |
|
|
|
int32_t bobconfirms,aliceconfirms,iambob,reclaimed,bobspent,alicespent,pad; |
|
|
|
uint64_t alicesatoshis,bobsatoshis,bobinsurance,aliceinsurance; |
|
|
|
|
|
|
|
bits256 myprivs[2],mypubs[2],otherpubs[2],pubA0,pubA1,pubB0,pubB1,privAm,pubAm,privBn,pubBn; |
|
|
|
uint32_t crcs_mypub[2],crcs_mychoosei[2],crcs_myprivs[2],crcs_mypriv[2]; |
|
|
|
int32_t choosei,otherchoosei,cutverified,otherverifiedcut,numpubs,havestate,otherhavestate; |
|
|
|
int32_t choosei,otherchoosei,cutverified,otherverifiedcut,numpubs,havestate,otherhavestate,pad2; |
|
|
|
uint8_t secretAm[20],secretBn[20]; |
|
|
|
uint8_t secretAm256[32],secretBn256[32]; |
|
|
|
} PACKED; |
|
|
|
}; |
|
|
|
|
|
|
|
struct basilisk_value { bits256 txid; int64_t value; int32_t height; int16_t vout; char coinaddr[64]; }; |
|
|
|
|
|
|
|