Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: type check #16

Closed
wants to merge 1 commit into from
Closed

fix: type check #16

wants to merge 1 commit into from

Conversation

roccomuso
Copy link
Contributor

Closes: #15

Fix wrong check.

Can't compare BigInt with String using ===.

@joncinque
Copy link
Collaborator

From what I'm seeing, delegation.deactivationEpoch is already a bigint in the v2 libs:

deactivationEpoch: bigint;

and the v1 libs:

deactivationEpoch: bigint;

So I don't think this will fix whatever issue you're seeing unfortunately

@joncinque joncinque closed this Oct 25, 2024
@roccomuso roccomuso deleted the patch-1 branch October 28, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deactivating stake address detected as inactive
2 participants