Browse Source

Merge pull request #919 from jl777/jl777

alicedexfee
pass-iguana-arg
jl777 7 years ago
committed by GitHub
parent
commit
0a38272a6c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      iguana/exchanges/LP_remember.c

1
iguana/exchanges/LP_remember.c

@ -681,6 +681,7 @@ cJSON *LP_swap_json(struct LP_swap_remember *rswap)
jaddbits256(item,"paymentspent",rswap->paymentspent);
jaddbits256(item,"Apaymentspent",rswap->Apaymentspent);
jaddbits256(item,"depositspent",rswap->depositspent);
jaddbits256(item,"alicedexfee",rswap->iambob == 0 ? rswap->txids[BASILISK_MYFEE] : rswap->txids[BASILISK_OTHERFEE]);
return(item);
}

Loading…
Cancel
Save