Skip to content

Commit

Permalink
fix: transfer type label
Browse files Browse the repository at this point in the history
  • Loading branch information
semeano committed Jan 6, 2025
1 parent 86c03f9 commit c06402f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import type { DeviceTransactionField } from "../../transaction";
import BigNumber from "bignumber.js";
import type { DeviceTransactionField } from "../../transaction";

export const methodToString = (method: number): string => {
switch (method) {
case 0:
return "Token transfer";
return "Coin transfer";
default:
return "Unknown";
}
Expand Down

0 comments on commit c06402f

Please sign in to comment.