Move libs/async to internal/libs/async. (#7449)

This commit is contained in:
M. J. Fromberger
2021-12-14 14:05:42 -08:00
committed by GitHub
parent f56df58fe8
commit da697089d0
7 changed files with 5 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ import (
"log"
"github.com/tendermint/tendermint/crypto/ed25519"
"github.com/tendermint/tendermint/internal/libs/async"
sc "github.com/tendermint/tendermint/internal/p2p/conn"
"github.com/tendermint/tendermint/libs/async"
)
func Fuzz(data []byte) int {