feat(markets): update to markets v0.3.2

Update to markets v0.3.2, which neccesitates merging master & adding one more node function
This commit is contained in:
hannahhoward
2020-07-01 12:06:29 +02:00
committed by Łukasz Magiera
parent a03d8b3c3f
commit be29f3bd99
4 changed files with 22 additions and 6 deletions
+2
View File
@@ -136,6 +136,8 @@ func (a *API) ClientStartDeal(ctx context.Context, params *api.StartDealParams)
params.EpochPrice,
big.Zero(),
rt,
false,
false,
)
if err != nil {