Skip to content

Fix encoding problem on actor

Jeong Arm requested to merge kjwon15/relay:patch-1 into master

RSA.generate gives pub/priv key as bytes. And it gives 500 error on /actor page on first run. This commit will fix that problem.

Merge request reports