add a test case for transaction deserialize (#1356) (#1381)

* 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:
Gary Yu
2018-09-02 03:14:10 +08:00
committed by Ignotus Peverell
parent f971e8de77
commit 60d62bfb97
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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;