Skip to content

Commit

Permalink
Fix message type for registration
Browse files Browse the repository at this point in the history
  • Loading branch information
jurevans committed May 31, 2023
1 parent 8ef8689 commit 6a409cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/src/provider/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class SubmitTransferMsg extends Message<void> {

export class SubmitLedgerTransferMsg extends Message<void> {
public static type(): MessageType {
return MessageType.SubmitTransfer;
return MessageType.SubmitLedgerTransfer;
}

constructor(
Expand Down

0 comments on commit 6a409cf

Please sign in to comment.