Definition of txpool interface

This commit is contained in:
a_bennassar
2020-07-28 11:52:46 +02:00
parent 09e26537b2
commit 014ceba7c7
3 changed files with 152 additions and 1 deletions

3
go.mod
View File

@@ -5,5 +5,6 @@ go 1.14
require (
github.com/ethereum/go-ethereum v1.9.17
github.com/iden3/go-iden3-crypto v0.0.5
github.com/stretchr/testify v1.6.1 // indirect
github.com/jinzhu/gorm v1.9.15
github.com/stretchr/testify v1.6.1
)