Skip to content

Commit

Permalink
fix: bech32 prefix for stake pool
Browse files Browse the repository at this point in the history
  • Loading branch information
janmazak committed Apr 25, 2024
1 parent 8849dee commit 6f20e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signTx_ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ void signTx_handleCertificateStaking_ui_runStep()
ASSERT(cert->poolCredential.type == EXT_CREDENTIAL_KEY_HASH);
ui_displayBech32Screen(
"Delegate stake",
"to pool",
"pool",
cert->poolCredential.keyHash, SIZEOF(cert->poolCredential.keyHash),
this_fn
);
Expand Down

0 comments on commit 6f20e60

Please sign in to comment.