update the polkadot-sdk and polkavm dependencies (#104)

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
Cyrill Leutwiler
2024-10-30 09:28:24 +01:00
committed by GitHub
parent 5b3b90db83
commit 36d9317831
3 changed files with 440 additions and 421 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ pub enum Code {
/// A contract blob
Bytes(Vec<u8>),
/// Pre-existing contract hash
Hash(Hash),
Hash(crate::runtime::Hash),
}
impl Default for Code {