Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
set Granularity frc42 value correctly (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 authored Feb 13, 2023
1 parent 31def83 commit 4b3f9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ fn main() {
let DestroyExported = frc42_dispatch::method_hash!("Destroy");
let NameExported = frc42_dispatch::method_hash!("Name");
let SymbolExported = frc42_dispatch::method_hash!("Symbol");
let GranularityExported = frc42_dispatch::method_hash!("GranularityExported");
let GranularityExported = frc42_dispatch::method_hash!("Granularity");
let TotalSupplyExported = frc42_dispatch::method_hash!("TotalSupply");
let BalanceExported = frc42_dispatch::method_hash!("Balance");
let TransferExported = frc42_dispatch::method_hash!("Transfer");
Expand Down

0 comments on commit 4b3f9b6

Please sign in to comment.