make gen
This commit is contained in:
parent
ad8b959880
commit
94bd4d8f3e
@ -4,11 +4,12 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
"crypto/rand"
|
"crypto/rand"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/filecoin-project/lotus/node/impl"
|
|
||||||
"reflect"
|
"reflect"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/filecoin-project/lotus/node/impl"
|
||||||
|
|
||||||
"github.com/google/uuid"
|
"github.com/google/uuid"
|
||||||
gorpc "github.com/libp2p/go-libp2p-gorpc"
|
gorpc "github.com/libp2p/go-libp2p-gorpc"
|
||||||
libp2pcrypto "github.com/libp2p/go-libp2p/core/crypto"
|
libp2pcrypto "github.com/libp2p/go-libp2p/core/crypto"
|
||||||
@ -490,6 +491,8 @@ func TestChainStoreSync(t *testing.T) {
|
|||||||
|
|
||||||
func TestGoRPCAuth(t *testing.T) {
|
func TestGoRPCAuth(t *testing.T) {
|
||||||
|
|
||||||
|
blockTime := 1 * time.Second
|
||||||
|
|
||||||
kit.QuietMiningLogs()
|
kit.QuietMiningLogs()
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user