File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contracts/op-finality-gadget/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ pub fn query_finality_provider(
35
35
) ?;
36
36
37
37
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
39
39
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
41
41
// to understand how the index is determined here i.e. 6-10
42
42
let res: FinalityProviderResponse = FinalityProviderResponse {
43
43
slashed_babylon_height : res_fp. uint64 ( 6 ) . unwrap ( ) ,
You can’t perform that action at this time.
0 commit comments