From 289ef910a0f21a3f86fca774fd3f9ec43f6046f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Wed, 2 Dec 2020 00:39:55 +0100 Subject: [PATCH] fix imports, docsgen --- documentation/en/api-methods-miner.md | 3 ++- extern/sector-storage/storiface/ffi.go | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/en/api-methods-miner.md b/documentation/en/api-methods-miner.md index ebf0973ccbf..d3f9880aaec 100644 --- a/documentation/en/api-methods-miner.md +++ b/documentation/en/api-methods-miner.md @@ -232,7 +232,8 @@ Inputs: ```json [ 8, - null + null, + true ] ``` diff --git a/extern/sector-storage/storiface/ffi.go b/extern/sector-storage/storiface/ffi.go index 31d5b2be55f..f6b2cbdd31d 100644 --- a/extern/sector-storage/storiface/ffi.go +++ b/extern/sector-storage/storiface/ffi.go @@ -3,6 +3,7 @@ package storiface import ( "context" "errors" + "github.com/ipfs/go-cid" "github.com/filecoin-project/go-state-types/abi"