can we store it? YES WE CAN

This commit is contained in:
whyrusleeping
2019-07-29 12:08:47 -07:00
parent f1432826d5
commit 4fb4835b35
7 changed files with 74 additions and 19 deletions
+3
View File
@@ -115,4 +115,7 @@ type FullNode interface {
// Full API is a low-level interface to the Filecoin network storage miner node
type StorageMiner interface {
Common
// Temp api for testing
StoreGarbageData(context.Context) (uint64, error)
}