* add a test case for transaction deserialize (#1356) * update rust-secp256k1-zkp to grin_integration_23 * add transaction explicit validation
This commit is contained in:
committed by
Ignotus Peverell
parent
f971e8de77
commit
60d62bfb97
@@ -20,7 +20,7 @@ extern crate grin_wallet as wallet;
|
||||
|
||||
pub mod common;
|
||||
|
||||
use grin_core::core::{Output, OutputFeatures};
|
||||
use grin_core::core::{Output, OutputFeatures, Transaction};
|
||||
use grin_core::ser;
|
||||
use keychain::{ExtKeychain, Keychain};
|
||||
use wallet::libtx::proof;
|
||||
|
||||
Reference in New Issue
Block a user