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

Set Granularity frc42 value correctly #224

Merged
merged 1 commit into from
Feb 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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