Skip to content

Commit 89ac6c0

Browse files
author
Alain Brenzikofer
committed
fix example_generic_event_callback
1 parent e2309fd commit 89ac6c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/examples/example_generic_event_callback.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ struct TransferEventArgs {
2929
from: AccountId,
3030
to: AccountId,
3131
value: u128,
32-
fee: u128,
3332
}
3433

3534
fn main() {
@@ -50,7 +49,6 @@ fn main() {
5049
println!("Transactor: {:?}", args.from);
5150
println!("Destination: {:?}", args.to);
5251
println!("Value: {:?}", args.value);
53-
println!("Fee: {:?}", args.fee);
5452
}
5553

5654
pub fn get_node_url_from_cli() -> String {

0 commit comments

Comments
 (0)