Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsi committed May 23, 2020
1 parent c884f3b commit 6231dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendermint/src/rpc/event_listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ impl JsonRPCTransactionResult {
Err("Incorrect Event Type".into())
}

None => Err("No result dcaata found".into()),
None => Err("No result data found".into()),
}
}
}

0 comments on commit 6231dcc

Please sign in to comment.