field name change

This commit is contained in:
Mike Rosseel 2017-03-13 15:58:00 +01:00
parent 2ad93c0ac5
commit 550be11d00

View file

@ -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();