Conversation
| func (h *GitopiaHandler) initSecrets() (string, error) { | ||
| walletAddress := "" | ||
| var err error | ||
| if h.secType == UNKNOWN { |
There was a problem hiding this comment.
Why is this check required? This will always be true right since initSecrets will be called only once in a git-remote-gitopia session?
There was a problem hiding this comment.
it will be called everytime on Push. but we are loading secrets only once with this check
The address generated are cosmos ones. Configure address prefix of gitopia. |
|
While testing i'm getting this error. Is there anything else that needs to be done? I have configured the key_name in git config also |
if it still doesnt work.. we can pair and debug? |
|
Okay, i'll try |
|
also set |
|
@ProgramCpp Tested ok Just change the appname to "git-remote-gitopia" to seggregate the keys of "gitopia" and "git-remote-gitopia". I'll merge after that |
this is already done
|
read wallet secret from os keyring