docsgen, gofmt

This commit is contained in:
Łukasz Magiera 2020-12-02 20:46:40 +01:00
parent f74a1b70ab
commit 783971d2c8
3 changed files with 19 additions and 4 deletions

View File

@ -6,6 +6,7 @@
* [Version](#Version)
* [Actor](#Actor)
* [ActorAddress](#ActorAddress)
* [ActorAddressConfig](#ActorAddressConfig)
* [ActorSectorSize](#ActorSectorSize)
* [Auth](#Auth)
* [AuthNew](#AuthNew)
@ -175,6 +176,21 @@ Inputs: `null`
Response: `"f01234"`
### ActorAddressConfig
There are not yet any comments for this method.
Perms: read
Inputs: `null`
Response:
```json
{
"PreCommitControl": null,
"CommitControl": null
}
```
### ActorSectorSize
There are not yet any comments for this method.

View File

@ -574,7 +574,6 @@ func (sm *StorageMinerAPI) CheckProvable(ctx context.Context, pp abi.RegisteredP
return out, nil
}
func (sm *StorageMinerAPI) ActorAddressConfig(ctx context.Context) (api.AddressConfig, error) {
return sm.AddrSel.AddressConfig, nil
}