mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
ad326fa290
Allows runnning a store node depending on node config settings.
7 lines
105 B
Go
7 lines
105 B
Go
package dbus
|
|
|
|
func (t *unixTransport) SendNullByte() error {
|
|
_, err := t.Write([]byte{0})
|
|
return err
|
|
}
|