Skip to content

Commit

Permalink
Fixed sending MWC to WhiteBIT
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasFlamel1 committed Jan 6, 2025
1 parent 301fd5a commit 030f85f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2496,12 +2496,14 @@ export default class Slate {
}
if (
"coin_type" in serializedSlate &&
serializedSlate.coin_type !== null &&
serializedSlate.coin_type !== Slate.getCoinType(cryptocurrency)
) {
return null;
}
if (
"network_type" in serializedSlate &&
serializedSlate.network_type !== null &&
serializedSlate.network_type !== Slate.getNetworkType(cryptocurrency)
) {
return null;
Expand Down

0 comments on commit 030f85f

Please sign in to comment.