diff --git a/api/api_full.go b/api/api_full.go index bac0caaaf..ef21538a1 100644 --- a/api/api_full.go +++ b/api/api_full.go @@ -144,7 +144,6 @@ type FullNode interface { // manages all incoming and outgoing 'messages' going over the network. // MpoolPending returns pending mempool messages. - // Deprecated: use MpoolSelect instead MpoolPending(context.Context, types.TipSetKey) ([]*types.SignedMessage, error) // MpoolSelect returns a list of pending messages for inclusion in the next block