Add missing comment
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
9248b462dd
commit
51f38e0542
@ -36,6 +36,8 @@ type LockedRepo interface {
|
|||||||
// Libp2pIdentity returns private key for libp2p indentity
|
// Libp2pIdentity returns private key for libp2p indentity
|
||||||
Libp2pIdentity() (crypto.PrivKey, error)
|
Libp2pIdentity() (crypto.PrivKey, error)
|
||||||
|
|
||||||
|
// SetAPIEndpoint sets the endpoint of the current API
|
||||||
|
// so it can be read by API clients
|
||||||
SetAPIEndpoint(multiaddr.Multiaddr) error
|
SetAPIEndpoint(multiaddr.Multiaddr) error
|
||||||
|
|
||||||
// Wallet returns store of private keys for Filecoin transactions
|
// Wallet returns store of private keys for Filecoin transactions
|
||||||
|
Loading…
Reference in New Issue
Block a user