Remove optional 'from' field

This commit is contained in:
Greg Fitzgerald
2018-03-03 20:41:05 -07:00
parent ce60b960c0
commit 7cf0d55546
5 changed files with 10 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ fn main() {
let now = Instant::now();
for &(k, s) in &sigs {
let e = Event::Transaction {
from: Some(alice_pubkey),
from: alice_pubkey,
to: k,
data: one,
sig: s,