Updated OriginInfo description.

This commit is contained in:
debris 2016-01-16 17:08:39 +01:00
parent a66f46b4e9
commit 5171d566a3

View File

@ -15,8 +15,7 @@ pub enum OutputPolicy<'a> {
InitContract
}
/// Things that externalities need to know about
/// transaction origin.
/// Transaction properties that externalities need to know about.
pub struct OriginInfo {
address: Address,
origin: Address,