mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 14:47:06 +00:00
2ced83abb7
closes: #6002
9 lines
178 B
Go
9 lines
178 B
Go
package statusgo
|
|
|
|
import (
|
|
"github.com/status-im/status-go/api"
|
|
"github.com/status-im/status-go/logutils"
|
|
)
|
|
|
|
var statusBackend = api.NewGethStatusBackend(logutils.ZapLogger())
|