Sfoglia il codice sorgente

consensus: updated branch with latest master

parazyd 3 anni fa
parent
commit
62e287f4a7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/consensus/validator.rs

+ 1 - 1
src/consensus/validator.rs

@@ -45,7 +45,7 @@ use super::{
 use crate::{
     blockchain::{Blockchain, BlockchainOverlay, BlockchainOverlayPtr},
     rpc::jsonrpc::JsonNotification,
-    runtime::vm_runtime::Runtime,
+    runtime::vm_runtime::{Runtime, SMART_CONTRACT_ZKAS_DB_NAME},
     system::{Subscriber, SubscriberPtr},
     tx::Transaction,
     util::time::Timestamp,