Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core v3: Some transactions don't return timestamp #3759

Closed
boldninja opened this issue Jun 1, 2020 · 3 comments
Closed

Core v3: Some transactions don't return timestamp #3759

boldninja opened this issue Jun 1, 2020 · 3 comments

Comments

@boldninja
Copy link
Member

Expected Behavior

All transactions using API should return a timestamp.

Current Behavior

Some transactions when using api/wallets/<address>/transactions don't return timestamp in response.

Steps to Reproduce (for bugs)

Make a call to an address that has a few tx and some don't have timestamp api/wallets/<address>/transactions

Example below:


      {
         "id":"fdd6cbaaa5c23594fd70e0c7c5637ed4abbbda4f352726bddbd77a859f53a57f",
         "blockId":"4863696540053150556",
         "version":2,
         "type":0,
         "typeGroup":1,
         "amount":"200000000",
         "fee":"10000000",
         "sender":"AFyf2qVpX2JbpKcy29XbusedCpFDeYFX8Q",
         "senderPublicKey":"02f7acb179ddfddb2e220aa600921574646ac59fd3f1ae6255ada40b9a7fab75fd",
         "recipient":"AFyf2qVpX2JbpKcy29XbusedCpFDeYFX8Q",
         "signature":"210f5e03a5ca0f4fd839c8333c0ba9e917d41a0e3eccf79a8beac46b41dc7ec2740765dd57f420681e46e235d0f7e09a974764fc532767fe861746c4c9f2a7b2",
         "confirmations":0,
         "nonce":"3"
      },
@rainydio
Copy link
Contributor

rainydio commented Jun 4, 2020

Fixed

@rainydio rainydio closed this as completed Jun 4, 2020
@rainydio
Copy link
Contributor

rainydio commented Jun 4, 2020

Almost forgot about other endpoints. Reopening for now.

@rainydio
Copy link
Contributor

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants