decentralised sync engine

refactor: reword warning

serenity 3f0ab1cd 7157cdc5

Changed files
+1 -1
src
+1 -1
src/index.ts
···
);
// NOTE: might change in the future
console.warn(
-
"Channel records connecting a Lattice to a Shard are not supported now. Dev lattices must point to a dev Shard if both are running locally",
);
}
};
···
);
// NOTE: might change in the future
console.warn(
+
"Channel records connecting a local Lattice to a production Shard are not supported (for now). Local Lattices must point to a local Shard.",
);
}
};