Skip to content

Commit

Permalink
reversed expected node version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sh3ll3x3c committed Jan 19, 2024
1 parent 0ceb981 commit 8f760c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ pub const STATE_CF: &str = "avail_light_state_cf";

/// Expected network version
pub const EXPECTED_NETWORK_VERSION: ExpectedVersion = ExpectedVersion {
version: "1.9",
version: "1.8",
spec_name: "data-avail",
};

0 comments on commit 8f760c0

Please sign in to comment.