Skip to content

Commit 6fc888f

Browse files
author
Mauro Lacy
committed
Update outdated comment / ref
1 parent 5410bc7 commit 6fc888f

File tree

1 file changed

+2
-2
lines changed
  • contracts/op-finality-gadget/src

1 file changed

+2
-2
lines changed

contracts/op-finality-gadget/src/utils.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ pub fn query_finality_provider(
3535
)?;
3636

3737
let res_decoded = Bufany::deserialize(&res_data).unwrap();
38-
// see https://github.com/babylonlabs-io/babylon/blob/base/consumer-chain-support/proto/babylon/btcstkconsumer/v1/query.proto#L110
38+
// see https://github.com/babylonlabs-io/babylon/blob/main/proto/babylon/btcstkconsumer/v1/query.proto#L110
3939
let res_fp = res_decoded.message(1).unwrap();
40-
// see https://github.com/babylonlabs-io/babylon/blob/base/consumer-chain-support/proto/babylon/btcstkconsumer/v1/query.proto#L116
40+
// see https://github.com/babylonlabs-io/babylon/blob/main/proto/babylon/btcstkconsumer/v1/query.proto#L114
4141
// to understand how the index is determined here i.e. 6-10
4242
let res: FinalityProviderResponse = FinalityProviderResponse {
4343
slashed_babylon_height: res_fp.uint64(6).unwrap(),

0 commit comments

Comments
 (0)