data -> asset

'data' is too vague.
This commit is contained in:
Greg Fitzgerald
2018-03-06 14:37:08 -07:00
parent c231331e05
commit 4376032e3a
9 changed files with 40 additions and 40 deletions

View File

@@ -52,7 +52,7 @@ fn main() {
let e = Event::Transaction(Transaction {
from: alice_pubkey,
to: k,
data: one,
asset: one,
last_id,
sig: s,
});