Skip to content

Commit

Permalink
chore: remove unneded unregistered stake key addresses warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Nov 28, 2024
1 parent f4918cb commit fe972a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion govtool/frontend/src/context/wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ const CardanoProvider = (props: Props) => {
.to_hex();
});
} else {
console.warn(t("warnings.usingUnregisteredStakeKeys"));
stakeKeysList = unregisteredStakeKeysList.map((key) => {
const stakeKeyHash = PublicKey.from_hex(key).hash();
const stakeCredential = Credential.from_keyhash(stakeKeyHash);
Expand Down

0 comments on commit fe972a9

Please sign in to comment.