helium / blockchain-core

Apache License 2.0
214 stars 86 forks source link

Fix negative payment json #1452

Closed vihu closed 2 years ago

vihu commented 2 years ago

This should fix this returning payment json:

"payments": [
  {
    "token_type": "hnt",
    "payee": "1bspLkazKxCiAHhwQkcrU84fm8M4DkmaYexdK1XpEz7t9RTLRsN",
    "memo": "AAAAAAAAAAA=",
    "max": true,
    "amount": -4085922
  }
],