You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ubuntu@ip-172-31-38-91:/opt/grin$ grin --version
grin 1.0.0
(This is on mainnet)
ubuntu@ip-172-31-38-91:/opt/grin$ grin wallet txs
Password:
Transaction Log - Account 'default' - Block Height: 1964
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Id Type Shared Transaction Id Creation Time Confirmed? Confirmation Time Num. Num. Amount Amount Fee Net Tx
Inputs Outputs Credited Debited Difference Data
=========================================================================================================================================================================
0 Received Tx 4dc347ca-bd97-412b-bc79-7c9cb624ba5a 2019-01-17 01:36:31 false None 0 1 0.001 0.0 None 0.001 None
- Cancelled
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1 Received Tx None 2019-01-17 01:42:23 true 2019-01-17 01:42:23 0 1 0.488 0.0 None 0.488 None
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2 Received Tx None 2019-01-17 01:42:23 true 2019-01-17 01:42:23 0 1 0.001 0.0 None 0.001 None
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Command 'txs' completed successfully
ubuntu@ip-172-31-38-91:/opt/grin$ grin wallet info
Password:
____ Wallet Summary Info - Account 'default' as of height 1965 ____
Total | 0.489000000
Awaiting Confirmation (< 10) | 0.000000000
Locked by previous transaction | 0.000000000
-------------------------------- | -------------
Currently Spendable | 0.489000000
Command 'info' completed successfully
The transactions id=0 and id=2 are the same transaction, 4dc347ca-bd97-412b-bc79-7c9cb624ba5a, are the same transaction.
Why does it show as two rows, the latter missing the shared id? When querying the wallet owner API for /v1/wallet/owner/retrieve_txs?refresh&tx_id=4dc347ca-bd97-412b-bc79-7c9cb624ba5a, the transaction with id=0 is returned, marked TxReceivedCancelled . In reality, the transaction is confirmed and spendable.
The text was updated successfully, but these errors were encountered:
They don't appear to be the same transaction as they're for different amounts. Were these placed there by a grin wallet check? (I would be 99% certain you cancelled the tx then ran grin_wallet_check, all is as it should be in this case. Please feel free to reopen otherwise.)
The transactions
id=0
andid=2
are the same transaction,4dc347ca-bd97-412b-bc79-7c9cb624ba5a
, are the same transaction.Why does it show as two rows, the latter missing the shared id? When querying the wallet owner API for
/v1/wallet/owner/retrieve_txs?refresh&tx_id=4dc347ca-bd97-412b-bc79-7c9cb624ba5a
, the transaction withid=0
is returned, markedTxReceivedCancelled
. In reality, the transaction is confirmed and spendable.The text was updated successfully, but these errors were encountered: