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)
.setSellerPayoutAmount(sellerPayoutAmount)
.setArbitratorPayoutAmount(arbitratorPayoutAmount)
.setArbitratorAddressAsstring(arbitratorAddressAsString)
.setArbitratorAddressAsString(arbitratorAddressAsString)
.setArbitratorPubKey(ByteString.copyFrom(arbitratorPubKey))
.setCloseDate(closeDate)
.setIsLoserPublisher(isLoserPublisher).build();