Skip to content

Commit

Permalink
fix lockable
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist committed Mar 11, 2024
1 parent 4812418 commit 104efd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lockable-fungible-token/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl Account {
}

#[derive(PanicOnDefault)]
#[near]
#[near(contract_state)]
pub struct FunToken {
/// AccountID -> Account details.
pub accounts: UnorderedMap<AccountId, Account>,
Expand Down

0 comments on commit 104efd9

Please sign in to comment.