Skip to content

Commit

Permalink
fix: action device
Browse files Browse the repository at this point in the history
  • Loading branch information
qperrot committed Dec 19, 2024
1 parent c4f0821 commit 5c81d7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libs/coin-modules/coin-cosmos/src/speculos-deviceActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ const typeWording = {

export const acceptTransaction: DeviceAction<Transaction, State<Transaction>> = deviceActionFlow({
steps: [
{
title: "Review",
button: SpeculosButton.RIGHT,
},
{
title: "Please",
button: SpeculosButton.RIGHT,
},
{
title: "Sequence",
button: SpeculosButton.RIGHT,
Expand Down

0 comments on commit 5c81d7b

Please sign in to comment.