Remove CallData/OutData.

This commit is contained in:
Gav
2018-02-07 13:02:57 +01:00
parent a5195dfce6
commit 26b4b56402
19 changed files with 197 additions and 103 deletions
@@ -145,7 +145,7 @@ pub mod internal {
}
fn execute_transaction(utx: UncheckedTransaction) {
use runtime_std::transaction;
use ::transaction;
// Verify the signature is good.
let tx = match transaction::check(utx) {