Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
kill unused transaction_index field
  • Loading branch information
rphmeier committed Feb 25, 2018
commit 359bf8222c8ddfb5910d7e0a326fa0f21fb182e1
2 changes: 0 additions & 2 deletions polkadot/runtime/src/environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ pub struct Environment {
pub parent_hash: Hash,
/// The current block digest.
pub digest: Digest,
/// The current transaction index
pub transaction_index: u64,
}

/// Do something with the environment and return its value. Keep the function short.
Expand Down