Fix demo
This commit is contained in:
@ -23,6 +23,8 @@ fn main() {
|
|||||||
events.push(transfer(&from, alice, seed));
|
events.push(transfer(&from, alice, seed));
|
||||||
events.push(transfer(&from, bob, seed));
|
events.push(transfer(&from, bob, seed));
|
||||||
|
|
||||||
create_entries(&seed, events);
|
let entries = create_entries(&seed, events);
|
||||||
println!("{}", serde_json::to_string(&gen).unwrap());
|
for entry in entries {
|
||||||
|
println!("{}", serde_json::to_string(&entry).unwrap());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user