mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +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)
|
||||
.setSellerPayoutAmount(sellerPayoutAmount)
|
||||
.setArbitratorPayoutAmount(arbitratorPayoutAmount)
|
||||
.setArbitratorAddressAsstring(arbitratorAddressAsString)
|
||||
.setArbitratorAddressAsString(arbitratorAddressAsString)
|
||||
.setArbitratorPubKey(ByteString.copyFrom(arbitratorPubKey))
|
||||
.setCloseDate(closeDate)
|
||||
.setIsLoserPublisher(isLoserPublisher).build();
|
||||
|
|
Loading…
Add table
Reference in a new issue