|
@@ -46,7 +46,6 @@ use super::{
|
|
|
|
|
|
|
|
use crate::{
|
|
use crate::{
|
|
|
blockchain::Blockchain,
|
|
blockchain::Blockchain,
|
|
|
- crypto::proof::{ProvingKey, VerifyingKey},
|
|
|
|
|
net,
|
|
net,
|
|
|
rpc::jsonrpc::JsonNotification,
|
|
rpc::jsonrpc::JsonNotification,
|
|
|
runtime::vm_runtime::Runtime,
|
|
runtime::vm_runtime::Runtime,
|
|
@@ -54,7 +53,11 @@ use crate::{
|
|
|
tx::Transaction,
|
|
tx::Transaction,
|
|
|
util::time::Timestamp,
|
|
util::time::Timestamp,
|
|
|
wallet::WalletPtr,
|
|
wallet::WalletPtr,
|
|
|
- zk::{vm::ZkCircuit, vm_stack::empty_witnesses},
|
|
|
|
|
|
|
+ zk::{
|
|
|
|
|
+ proof::{ProvingKey, VerifyingKey},
|
|
|
|
|
+ vm::ZkCircuit,
|
|
|
|
|
+ vm_stack::empty_witnesses,
|
|
|
|
|
+ },
|
|
|
zkas::ZkBinary,
|
|
zkas::ZkBinary,
|
|
|
Error, Result,
|
|
Error, Result,
|
|
|
};
|
|
};
|