Skip to content

Commit c9c4a21

Browse files
committed
fix(dapi-grpc): fix const
1 parent 0c04b42 commit c9c4a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dapi-grpc/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fn configure_platform(mut platform: MappingConfig) -> MappingConfig {
4747
// Derive features for versioned messages
4848
//
4949
// "GetConsensusParamsRequest" is excluded as this message does not support proofs
50-
const VERSIONED_REQUESTS: [&str; 26] = [
50+
const VERSIONED_REQUESTS: [&str; 27] = [
5151
"GetDataContractHistoryRequest",
5252
"GetDataContractRequest",
5353
"GetDataContractsRequest",

0 commit comments

Comments
 (0)