2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-12 15:45:07 +00:00
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()