mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
field name change
This commit is contained in:
parent
2ad93c0ac5
commit
550be11d00
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ public final class DisputeResult implements Payload {
|
||||||
.setBuyerPayoutAmount(buyerPayoutAmount)
|
.setBuyerPayoutAmount(buyerPayoutAmount)
|
||||||
.setSellerPayoutAmount(sellerPayoutAmount)
|
.setSellerPayoutAmount(sellerPayoutAmount)
|
||||||
.setArbitratorPayoutAmount(arbitratorPayoutAmount)
|
.setArbitratorPayoutAmount(arbitratorPayoutAmount)
|
||||||
.setArbitratorAddressAsstring(arbitratorAddressAsString)
|
.setArbitratorAddressAsString(arbitratorAddressAsString)
|
||||||
.setArbitratorPubKey(ByteString.copyFrom(arbitratorPubKey))
|
.setArbitratorPubKey(ByteString.copyFrom(arbitratorPubKey))
|
||||||
.setCloseDate(closeDate)
|
.setCloseDate(closeDate)
|
||||||
.setIsLoserPublisher(isLoserPublisher).build();
|
.setIsLoserPublisher(isLoserPublisher).build();
|
||||||
|
|
Loading…
Add table
Reference in a new issue