fix function call signatures
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ func (c *Struct) MpoolPending(ctx context.Context, ts *chain.TipSet) ([]*chain.S
|
||||
}
|
||||
|
||||
func (c *Struct) MpoolPush(ctx context.Context, smsg *chain.SignedMessage) error {
|
||||
return c.MpoolPush(ctx, smsg)
|
||||
return c.Internal.MpoolPush(ctx, smsg)
|
||||
}
|
||||
|
||||
func (c *Struct) MinerStart(ctx context.Context, addr address.Address) error {
|
||||
|
||||
Reference in New Issue
Block a user