status-go/mobile/status_geth.go
2020-01-20 13:15:17 +01:00

10 lines
134 B
Go

// +build !nimbus
package statusgo
import (
"github.com/status-im/status-go/api"
)
var statusBackend = api.NewGethStatusBackend()