Skip to content

Commit

Permalink
Merge pull request #2439 from IntersectMBO/chore/dummy-commit
Browse files Browse the repository at this point in the history
chore: remove unneded unregistered stake key addreses warn
  • Loading branch information
MSzalowski authored Nov 28, 2024
2 parents f4918cb + fe972a9 commit 605ca12
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 605ca12

Please sign in to comment.