implement a few of the TODOs

This commit is contained in:
whyrusleeping
2019-07-20 16:37:37 -07:00
parent 9a7823ab84
commit 05b8158285
6 changed files with 52 additions and 14 deletions
+2 -1
View File
@@ -51,7 +51,8 @@ func (a *API) ChainGetRandomness(ctx context.Context, pts *chain.TipSet) ([]byte
return []byte("foo bar random"), nil
}
func (a *API) ChainWaitMsg(ctx context.Context, msg cid.Cid) (*api.WaitMsg, error) {
func (a *API) ChainWaitMsg(ctx context.Context, msg cid.Cid) (*api.MsgWait, error) {
panic("TODO")
}
func (a *API) ID(context.Context) (peer.ID, error) {