Skip to content

Signing message not correctly constructed according to 1btcxe rules #3

@d3brouille

Description

@d3brouille

an order is not created on test_create_order because an attribute error is raised on getMoneys, a function from the MultiMoney class

example output:

======================================================================
ERROR: test_create_order (clients.TestAPI)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "clients.py", [line 59][https://github.com/deginner/bitcoin_exchanges/blob/master/test/clients.py#L58], in test_create_order
    if bal.getMoneys(mod.exchange.fiatcurrency) > Money(bid_price * bid_size, currency=mod.exchange.fiatcurrency):
AttributeError: 'unicode' object has no attribute 'getMoneys'

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions