Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
peterlimg committed Jan 31, 2025
1 parent 3dbfd06 commit cad9525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zcncore/get_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func IsMnemonicValid(mnemonic string) bool {
//
// - splitKeyWallet: if wallet keys is split
func SetWalletInfo(jsonWallet, sigScheme string, splitKeyWallet bool) error {
fmt.Println("SetWalletInfo", jsonWallet, sigScheme, splitKeyWallet)
wallet := zcncrypto.Wallet{}
err := json.Unmarshal([]byte(jsonWallet), &wallet)
if err != nil {
Expand Down

0 comments on commit cad9525

Please sign in to comment.