fix: message signer - always compare with mpool nonce

This commit is contained in:
Dirk McCormick
2020-09-29 12:20:09 +02:00
parent 3c524ac0e0
commit d1c10a61dd
4 changed files with 30 additions and 25 deletions
+1 -2
View File
@@ -4,14 +4,13 @@ import (
"context"
"encoding/json"
"github.com/filecoin-project/lotus/chain/messagesigner"
"github.com/filecoin-project/go-address"
"github.com/ipfs/go-cid"
"go.uber.org/fx"
"golang.org/x/xerrors"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/chain/messagesigner"
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/node/modules/dtypes"
)