add informative comment on transaction::Action

This commit is contained in:
Robert Habermeier 2016-05-25 13:23:24 +02:00
parent f67486e31f
commit 1de7ea090c
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ pub enum Action {
/// Create creates new contract.
Create,
/// Calls contract at given address.
/// In the case of a transfer, this is the receiver's address.'
Call(Address),
}