Skip to content

Remove unused checksum field from ExtendedKey struct#100

Open
parthmodi152 wants to merge 1 commit intoRiverFinancial:masterfrom
parthmodi152:parth--remove-checksum-extended-key
Open

Remove unused checksum field from ExtendedKey struct#100
parthmodi152 wants to merge 1 commit intoRiverFinancial:masterfrom
parthmodi152:parth--remove-checksum-extended-key

Conversation

@parthmodi152
Copy link

The checksum field in the ExtendedKey struct is currently stored but never used. The validation and calculation of checksums is handled by the Base58 module during parsing and serialization, making the storage of this field redundant.

Resolves #51

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.

Remove checksum from ExtendedKey struct

1 participant