remove deprecation notice from MpoolPending

This commit is contained in:
vyzo 2020-08-06 20:15:26 +03:00
parent e87d8f9543
commit 7598a9d2fe

View File

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