[11:16:32] hey @aguycalled when i try to register an OA and sign the message i get: 13:15:43 Error: Please enter the wallet passphrase with walletpassphrase first. (code -13) how can i do this? [14:04:08] you need to enter walletpassphrase yourpassword 120 [22:47:57] @aguycalled fixing up the PR atm, those patches are in the right folder [22:48:00] not showing up though [22:49:11] https://cdn.discordapp.com/attachments/416000318149754881/462751482694074388/unknown.png [22:49:23] What I think has happened [22:53:16] So [22:53:20] I know what happened [22:53:25] patches were added at some point [22:53:34] and then the .gitignore was updated [22:53:43] to ignore all files that match this *.patch [22:54:21] When this happens files that are already in the repositories' files won't be retroactively ignored [22:54:30] which is why the other patches haven't been removed [22:55:31] navcoin-core/.gitignore:line58: *.patch [22:58:48] For now I force added them and push it up [22:59:25] I noticed that when I edited src/ntpclient.cpp it got some auto formatting applied to it [22:59:41] I can undo this (painfully) but I'm not sure if there is much point [22:59:53] Will see how travis handles the build now