Skip to content

Commit

Permalink
#4 Remove message from event (not required for passphrase)
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-rowe committed Apr 6, 2015
1 parent c44d163 commit e0a8537
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ protected void internalTransition(HardwareWalletClient client, HardwareWalletCon
// Further state transitions will occur after the user has provided the PIN via the service
break;
case PASSPHRASE_REQUEST:
// Device is asking for a passphrase screen to be displayed (not support)
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY, event.getMessage().get());
// Device is asking for a passphrase screen to be displayed
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY);
// Further state transitions will occur after the user has provided the passphrase via the service
break;
case BUTTON_REQUEST:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ protected void internalTransition(HardwareWalletClient client, HardwareWalletCon
// Further state transitions will occur after the user has provided the PIN via the service
break;
case PASSPHRASE_REQUEST:
// Device is asking for a passphrase screen to be displayed (not support)
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY, event.getMessage().get());
// Device is asking for a passphrase screen to be displayed
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY);
// Further state transitions will occur after the user has provided the passphrase via the service
break;
case BUTTON_REQUEST:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ protected void internalTransition(HardwareWalletClient client, HardwareWalletCon
// Further state transitions will occur after the user has provided the PIN via the service
break;
case PASSPHRASE_REQUEST:
// Device is asking for a passphrase screen to be displayed (not support)
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY, event.getMessage().get());
// Device is asking for a passphrase screen to be displayed
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY);
// Further state transitions will occur after the user has provided the passphrase via the service
break;
case ADDRESS:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ protected void internalTransition(HardwareWalletClient client, HardwareWalletCon
// Further state transitions will occur after the user has provided the PIN via the service
break;
case PASSPHRASE_REQUEST:
// Device is asking for a passphrase screen to be displayed (not support)
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY, event.getMessage().get());
// Device is asking for a passphrase screen to be displayed
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY);
// Further state transitions will occur after the user has provided the passphrase via the service
break;
case PUBLIC_KEY:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ protected void internalTransition(HardwareWalletClient client, HardwareWalletCon
// Further state transitions will occur after the user has provided the PIN via the service
break;
case PASSPHRASE_REQUEST:
// Device is asking for a passphrase screen to be displayed (not support)
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY, event.getMessage().get());
// Device is asking for a passphrase screen to be displayed
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY);
// Further state transitions will occur after the user has provided the passphrase via the service
break;
case PUBLIC_KEY:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ protected void internalTransition(HardwareWalletClient client, HardwareWalletCon
// Further state transitions will occur after the user has provided the PIN via the service
break;
case PASSPHRASE_REQUEST:
// Device is asking for a passphrase screen to be displayed (not support)
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY, event.getMessage().get());
// Device is asking for a passphrase screen to be displayed
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY);
// Further state transitions will occur after the user has provided the passphrase via the service
break;
case SUCCESS:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ protected void internalTransition(HardwareWalletClient client, HardwareWalletCon
// Further state transitions will occur after the user has provided the PIN via the service
break;
case PASSPHRASE_REQUEST:
// Device is asking for a passphrase screen to be displayed (not support)
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY, event.getMessage().get());
// Device is asking for a passphrase screen to be displayed
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY);
// Further state transitions will occur after the user has provided the passphrase via the service
break;
case ENTROPY_REQUEST:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ protected void internalTransition(HardwareWalletClient client, HardwareWalletCon
// Further state transitions will occur after the user has provided the PIN via the service
break;
case PASSPHRASE_REQUEST:
// Device is asking for a passphrase screen to be displayed (not support)
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY, event.getMessage().get());
// Device is asking for a passphrase screen to be displayed
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY);
// Further state transitions will occur after the user has provided the passphrase via the service
break;
case FAILURE:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ protected void internalTransition(HardwareWalletClient client, HardwareWalletCon
// Further state transitions will occur after the user has provided the PIN via the service
break;
case PASSPHRASE_REQUEST:
// Device is asking for a passphrase screen to be displayed (not support)
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY, event.getMessage().get());
// Device is asking for a passphrase screen to be displayed
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY);
// Further state transitions will occur after the user has provided the passphrase via the service
break;
case BUTTON_REQUEST:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ protected void internalTransition(HardwareWalletClient client, HardwareWalletCon
// Further state transitions will occur after the user has provided the PIN via the service
break;
case PASSPHRASE_REQUEST:
// Device is asking for a passphrase screen to be displayed (not support)
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY, event.getMessage().get());
// Device is asking for a passphrase screen to be displayed
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType.SHOW_PASSPHRASE_ENTRY);
// Further state transitions will occur after the user has provided the passphrase via the service
break;
case TX_REQUEST:
Expand Down

0 comments on commit e0a8537

Please sign in to comment.