Skip to content

Commit

Permalink
update Granularity export name (#1197)
Browse files Browse the repository at this point in the history
Update lib.rs
  • Loading branch information
jennijuju authored Feb 10, 2023
1 parent 2d0b49c commit 9fb720d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/datacap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub enum Method {
DestroyExported = frc42_dispatch::method_hash!("Destroy"),
NameExported = frc42_dispatch::method_hash!("Name"),
SymbolExported = frc42_dispatch::method_hash!("Symbol"),
GranularityExported = frc42_dispatch::method_hash!("GranularityExported"),
GranularityExported = frc42_dispatch::method_hash!("Granularity"),
TotalSupplyExported = frc42_dispatch::method_hash!("TotalSupply"),
BalanceExported = frc42_dispatch::method_hash!("Balance"),
TransferExported = frc42_dispatch::method_hash!("Transfer"),
Expand Down

0 comments on commit 9fb720d

Please sign in to comment.