Skip to content

Commit ecc121b

Browse files
committed
fix merge issue
1 parent fd65c8a commit ecc121b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapter/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ impl TryFrom<&Channel> for EthereumChannel {
8787
hash.input(spec);
8888
let spec_hash: [u8; 32] = hash.result().into();
8989

90-
let validators: Vec<ValidatorId> = channel
90+
let validators = channel
9191
.spec
9292
.validators
9393
.iter()

0 commit comments

Comments
 (0)