We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c280a commit 151124cCopy full SHA for 151124c
aptos-move/aptos-vm/src/aptos_vm.rs
@@ -3167,7 +3167,10 @@ impl VMValidator for AptosVM {
3167
}
3168
3169
3170
- if !self.features().is_enabled(FeatureFlag::SLH_DSA_SHA2_128S_SIGNATURE) {
+ if !self
3171
+ .features()
3172
+ .is_enabled(FeatureFlag::SLH_DSA_SHA2_128S_SIGNATURE)
3173
+ {
3174
if let Ok(sk_authenticators) = transaction
3175
.authenticator_ref()
3176
.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