|
@ -169,11 +169,11 @@ struct basilisk_swap |
|
|
{ |
|
|
{ |
|
|
struct supernet_info *myinfoptr; struct iguana_info *bobcoin,*alicecoin; |
|
|
struct supernet_info *myinfoptr; struct iguana_info *bobcoin,*alicecoin; |
|
|
void (*balancingtrade)(struct supernet_info *myinfo,struct basilisk_swap *swap,int32_t iambob); |
|
|
void (*balancingtrade)(struct supernet_info *myinfo,struct basilisk_swap *swap,int32_t iambob); |
|
|
|
|
|
int32_t subsock,pushsock,connected; |
|
|
bits256 persistent_privkey,persistent_pubkey; |
|
|
bits256 persistent_privkey,persistent_pubkey; |
|
|
struct basilisk_swapinfo I; |
|
|
struct basilisk_swapinfo I; |
|
|
struct basilisk_rawtx bobdeposit,bobpayment,alicepayment,myfee,otherfee,aliceclaim,alicespend,bobreclaim,bobspend,bobrefund,alicereclaim; |
|
|
struct basilisk_rawtx bobdeposit,bobpayment,alicepayment,myfee,otherfee,aliceclaim,alicespend,bobreclaim,bobspend,bobrefund,alicereclaim; |
|
|
bits256 privkeys[INSTANTDEX_DECKSIZE]; |
|
|
bits256 privkeys[INSTANTDEX_DECKSIZE]; |
|
|
int32_t subsock,pushsock,connected; |
|
|
|
|
|
struct basilisk_swapmessage *messages; int32_t nummessages; |
|
|
struct basilisk_swapmessage *messages; int32_t nummessages; |
|
|
uint64_t otherdeck[INSTANTDEX_DECKSIZE][2],deck[INSTANTDEX_DECKSIZE][2]; |
|
|
uint64_t otherdeck[INSTANTDEX_DECKSIZE][2],deck[INSTANTDEX_DECKSIZE][2]; |
|
|
uint8_t persistent_pubkey33[33],pad[15],verifybuf[65536]; |
|
|
uint8_t persistent_pubkey33[33],pad[15],verifybuf[65536]; |
|
|