Skip to content

Commit

Permalink
Remove unused DataKey (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh authored Apr 16, 2024
1 parent ce50111 commit 7885dde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion token/src/storage_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub struct AllowanceValue {
pub enum DataKey {
Allowance(AllowanceDataKey),
Balance(Address),
Nonce(Address),
State(Address),
Admin,
}

0 comments on commit 7885dde

Please sign in to comment.