parazyd 3 лет назад
Родитель
Сommit
e833bf46ee
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/sdk/src/db.rs

+ 1 - 1
src/sdk/src/db.rs

@@ -1,4 +1,4 @@
-use super::error::GenericResult;
+use super::error::{ContractError, GenericResult};
 
 type DbHandle = u32;
 type TxHandle = u32;