Skip to content

Commit 5961b44

Browse files
authored
fix topic error (#768)
1 parent 9f74f86 commit 5961b44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/erc20/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ mod erc20 {
4343
from: Option<AccountId>,
4444
#[ink(topic)]
4545
to: Option<AccountId>,
46-
#[ink(topic)]
4746
value: Balance,
4847
}
4948

@@ -55,7 +54,6 @@ mod erc20 {
5554
owner: AccountId,
5655
#[ink(topic)]
5756
spender: AccountId,
58-
#[ink(topic)]
5957
value: Balance,
6058
}
6159

0 commit comments

Comments
 (0)