0chain / zwalletcli

A client CLI using GoSDK to interface the blockchain, and smart contracts for interest, lock, stake, and vesting
Other
21 stars 16 forks source link

remove InitSignatureScheme call #364

Closed storybehind closed 8 months ago

storybehind commented 8 months ago

A brief description of the changes in this PR:

To remove InitSignatureScheme call. This function will be deprecated in gosdk. This function call happens before gosdk initialization in root.go . By current implementation, gosdk can't be initialized more than once.

Tasks to complete before merging PR:

Associated PRs (Link as appropriate):