2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-11 23:25:29 +00:00

10 lines
135 B
Go
Raw Normal View History

2019-11-27 13:22:23 +01:00
// +build nimbus
package statusgo
import (
"github.com/status-im/status-go/api"
)
var statusBackend = api.NewNimbusStatusBackend()