dexX7 / py-omniswaps

Python implementation of atomic swap with Omni Core and P2SH "locks"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request Destination: 400 Invalid Public Key

dexX7 opened this issue · comments

commented

Endpoint:

POST /createshared

Request:

{
  "pubkey": "02030405"
}

Response:

Status: 400 Bad Request
{
    "error": "invalid public key"
}