dexX7 / py-omniswaps

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sign Transaction: 400 Malformed Request

dexX7 opened this issue · comments

commented

Endpoint:

POST /sign

Request:

{
    "junk": 1234
}

Response:

Status: 400 Bad Request
{
    "error": "malformed request"
}

Mechanism:

  1. Parse request
  2. Return error on failure
commented

Probably outdated.