We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c04b42 commit c9c4a21Copy full SHA for c9c4a21
packages/dapi-grpc/build.rs
@@ -47,7 +47,7 @@ fn configure_platform(mut platform: MappingConfig) -> MappingConfig {
47
// Derive features for versioned messages
48
//
49
// "GetConsensusParamsRequest" is excluded as this message does not support proofs
50
- const VERSIONED_REQUESTS: [&str; 26] = [
+ const VERSIONED_REQUESTS: [&str; 27] = [
51
"GetDataContractHistoryRequest",
52
"GetDataContractRequest",
53
"GetDataContractsRequest",
0 commit comments