Browse Source

Test

etomic
jl777 8 years ago
parent
commit
5e436ded55
  1. 2
      basilisk/basilisk_swap.c

2
basilisk/basilisk_swap.c

@ -3718,7 +3718,7 @@ cJSON *basilisk_remember(struct supernet_info *myinfo,int64_t *KMDtotals,int64_t
}
}
} else printf("time %u vs expiration %u\n",(uint32_t)time(NULL),expiration);
}
} else printf("REFUND %d %d %d %d\n",sentflags[BASILISK_BOBREFUND] == 0,sentflags[BASILISK_BOBDEPOSIT] != 0,bits256_nonz(txids[BASILISK_BOBDEPOSIT]) != 0,bits256_nonz(depositspent) == 0);
}
}
if ( sentflags[BASILISK_ALICESPEND] != 0 || sentflags[BASILISK_BOBRECLAIM] != 0 )

Loading…
Cancel
Save