diff --git a/sockets.go b/sockets.go index e8bbb4e..0d23a01 100644 --- a/sockets.go +++ b/sockets.go @@ -581,7 +581,9 @@ func Handshake(rpc RPCConn) error { // track recently-seen blocks. a, err := accountstore.Account("") if err != nil { - return err + // No account yet is not a handshake error, but means our + // handshake is done. + return nil } // TODO(jrick): if height is less than the earliest-saved block