api: MsigCrate required param is now uint64

This commit is contained in:
Łukasz Magiera
2020-06-26 15:52:22 +02:00
parent edd7151184
commit 6893dbb657
5 changed files with 6 additions and 7 deletions
-1
View File
@@ -699,7 +699,6 @@ func (a *StateAPI) StateMinerInitialPledgeCollateral(ctx context.Context, maddr
return types.EmptyInt, xerrors.Errorf("loading tipset %s: %w", tsk, err)
}
as := store.ActorStore(ctx, a.Chain.Blockstore())
var minerState miner.State