Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Oct 17, 2024
1 parent b42cff7 commit 077cffb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ukm-with-contract/erc_20_token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ TODOs:
inits;
- Support some sort of struct for implementing MessageResult within the UKM module.
We also have to figure out the contents of MessageResult.
Observations:
- ManagedAddress was replaced by an integer to fit the behaviors of UKM;
---------------------------------------------------------------------------- */

#[ukm::contract]
Expand All @@ -52,7 +52,7 @@ pub trait Erc20Token {

#[event("Transfer")]
fn transfer_event(&self, #[indexed] from: u64, #[indexed] to: u64, value: u64);

#[event("Approval")]
fn approval_event(&self, #[indexed] owner: u64, #[indexed] spender: u64, value: u64);

Expand Down

0 comments on commit 077cffb

Please sign in to comment.