Skip to content

Commit

Permalink
update device actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hedi-edelbloute committed Dec 6, 2023
1 parent a2d31bb commit eba1016
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ export const acceptTransaction: DeviceAction<Transaction, any> = deviceActionFlo
title: "Deregister",
},
{
title: "staking key",
title: "stake key",
button: SpeculosButton.BOTH,
},
{
title: "Staking key",
title: "Stake key",
button: SpeculosButton.BOTH,
expectedValue: ({ account }) => {
const stakeCred = getAccountStakeCredential(account.xpub as string, account.index);
Expand Down

1 comment on commit eba1016

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Bot] Testing with 'Nitrogen' ($0.00) ⏲ 323ms

What is the bot and how does it work? Everything is documented here!

1 critical spec errors

Spec cardano failed!

Invariant Violation: cardano: no app found. Are you sure your COINAPPS is up to date?
Details of the 0 mutations

Spec cardano (0)


Details of the 6 uncovered mutations

Spec cardano (6)

  • move ~50%:
  • send max:
  • move ~10% token:
  • delegate to pool:
  • redelegate to pool:
  • undelegate:
Portfolio ($0.00) – Details of the 1 currencies
Spec (accounts) State Remaining Runs (est) funds?
cardano (0) 0 ops , 🤷‍♂️ ($0.00) ``

Performance ⏲ 323ms

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL N/A N/A N/A N/A N/A N/A N/A N/A
cardano (0) N/A N/A N/A N/A N/A N/A N/A N/A

What is the bot and how does it work? Everything is documented here!

Please sign in to comment.