graft-project / graft-ng

Supernode for GRAFT Network - 2nd layer Monero implementation for instant transactions and service brokers
http://graft.network
Other
20 stars 14 forks source link

Wallet command "Payments" doesn`t receive a response with data #339

Open Dju01 opened 5 years ago

Dju01 commented 5 years ago
Proposed delivery date: 2019/06/30
Submit Proposal By:
Proposed GRFT reward:
Tasks scope: wallet, cli

Brief description:

Acceptance test:

N Step Result
1. Open wallet
2. Run wallet function : payment_id Receive Result: Random payment ID: <baf2633...>
3. Make tx: transfer <wallet address> amount> <payment_id> transfer FDJMEK3... 10 baf2633...
4. Send Tx and wait response Transaction successfully submitted, transaction <ded130...> You can check its status by using the show_transfers command. Height 348065, txid <ded130...>, 90.4643940500, idx 0/0
5. Wait 20min
6. Run wallet command: show_transfer <TxId> Receive Result: Outgoing transaction found txid: <ded130...> Height: 348065 Timestamp: 2019-06-07 11:09:33 Amount: 10.0000000000 Amount (atomic units): 100000000000 Payment ID: baf2633...
7. Run wallet function: payments <payment_id> Receive result as parameters list: payment transaction height amount unlock time addr index

Bug:

On the step N7 wallet command "Payments" doesn`t receive response with parameters list. Response is:

payment   transaction      height     amount     unlock time      addr index
No payments with id <baf2633...>

Community Tasks Guidelines