We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325c029 commit 7d26c0eCopy full SHA for 7d26c0e
aptos-move/aptos-vm/src/aptos_vm.rs
@@ -3173,7 +3173,10 @@ impl VMValidator for AptosVM {
3173
}
3174
3175
3176
- if !self.features().is_enabled(FeatureFlag::SLH_DSA_SHA2_128S_SIGNATURE) {
+ if !self
3177
+ .features()
3178
+ .is_enabled(FeatureFlag::SLH_DSA_SHA2_128S_SIGNATURE)
3179
+ {
3180
if let Ok(sk_authenticators) = transaction
3181
.authenticator_ref()
3182
.to_single_key_authenticators()
protos/scripts/install_deps.sh
@@ -14,5 +14,5 @@ cargo install --locked --version 0.3.1 protoc-gen-prost-crate
14
cargo install --locked --version 0.4.1 protoc-gen-tonic
15
16
# For generating Python code
17
-cd ../python
+cd python
18
poetry install
0 commit comments