pabblelj
Results
1
issues of
pabblelj
This is my android authorize code: ``` Authorize authorize = new Authorize(); List blockchains = new ArrayList(); blockchains.add(new Blockchain("ethereum", "56")); authorize.setBlockchains(blockchains); authorize.setAction("login"); authorize.setActionId(String.valueOf(System.currentTimeMillis())); authorize.setProtocol("TokenPocket"); authorize.setVersion("v1.0"); authorize.setDappName("testApp"); authorize.setMemo("demo"); TPManager ins =...
help wanted
good first issue