Skip to content

Commit

Permalink
update bech32 prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
janmazak committed Jan 16, 2024
1 parent 89d1ed0 commit f0c4192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/signTx_ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ void signTx_handleCertificateVoteDeleg_ui_runStep()
_displayKeyHash(this_fn, cert->drep.keyHash, "DRep key hash", "drep");
break;
case EXT_DREP_SCRIPT_HASH:
_displayScriptHash(this_fn, cert->drep.scriptHash, "DRep script hash", "drep");
_displayScriptHash(this_fn, cert->drep.scriptHash, "DRep script hash", "drep_script");
break;
case DREP_ALWAYS_ABSTAIN:
#ifdef HAVE_BAGL
Expand Down Expand Up @@ -811,7 +811,7 @@ void signTx_handleCertificateCommitteeAuth_ui_runStep()
"Cmte. cold key hash",
"cc_cold",
"Cmte. cold script",
"cc_cold"
"cc_cold_script"
);
}
UI_STEP(HANDLE_CERTIFICATE_COMM_AUTH_STEP_DISPLAY_HOT_CRED) {
Expand All @@ -822,7 +822,7 @@ void signTx_handleCertificateCommitteeAuth_ui_runStep()
"Cmte. hot key hash",
"cc_hot",
"Cmte. hot script",
"cc_hot"
"cc_hot_script"
);
}
UI_STEP(HANDLE_CERTIFICATE_COMM_AUTH_STEP_CONFIRM) {
Expand Down

0 comments on commit f0c4192

Please sign in to comment.