Skip to content

Commit

Permalink
fix topic error (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
honeywest authored Apr 19, 2021
1 parent 9f74f86 commit 5961b44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/erc20/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ mod erc20 {
from: Option<AccountId>,
#[ink(topic)]
to: Option<AccountId>,
#[ink(topic)]
value: Balance,
}

Expand All @@ -55,7 +54,6 @@ mod erc20 {
owner: AccountId,
#[ink(topic)]
spender: AccountId,
#[ink(topic)]
value: Balance,
}

Expand Down

0 comments on commit 5961b44

Please sign in to comment.