Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

fix(wallet): show as unconfirmed transactions #1348

Merged
merged 1 commit into from
Jan 15, 2019

Conversation

mrfelton
Copy link
Member

@mrfelton mrfelton commented Jan 15, 2019

Description:

Show unconfirmed transactions as "Unconfirmed" rather than being in block 0.

Motivation and Context:

Fix #1344

How Has This Been Tested?

Send an onchain transaction and then view the transaction in the transaction modal right after sending. Should show as Confirmed in Block: Unconfirmed rather than Confirmed in Block: 0

Screenshots (if appropriate):

Before:

image

After:

image

Types of changes:

Bug fix

Checklist:

  • My code follows the code style of this project.
  • I have reviewed and updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes where needed.
  • All new and existing tests passed.
  • My commits have been squashed into a concise set of changes.

@mrfelton mrfelton added type: bug 🐛 Something isn't working scope: wallet issues with the wallet interface labels Jan 15, 2019
@mrfelton mrfelton added this to the v0.3.3-beta milestone Jan 15, 2019
@mrfelton mrfelton self-assigned this Jan 15, 2019
@coveralls
Copy link

coveralls commented Jan 15, 2019

Coverage Status

Coverage decreased (-0.005%) to 18.639% when pulling 6959f26 on mrfelton:fix/transaction-modal into 9126e5a on LN-Zap:master.

@JimmyMow
Copy link
Member

@mrfelton this may be picky but the copy still may be a bit misleading/weird. If it is unconfirmed what about Status: Unconfirmed and if confirmed then Confirmed in block 123456

Show unconfirmed transactions as "Unconfirmed" rather than being in
block 0.

Fix LN-Zap#1344
@mrfelton mrfelton force-pushed the fix/transaction-modal branch from a12df80 to 6959f26 Compare January 15, 2019 15:32
@mrfelton
Copy link
Member Author

I've updated that @JimmyMow

image

@JimmyMow
Copy link
Member

Nice. ACK from me

Copy link
Member

@JimmyMow JimmyMow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Concept ACK 6959f26

@JimmyMow JimmyMow merged commit 0c68261 into LN-Zap:master Jan 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope: wallet issues with the wallet interface type: bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transaction modal copy bug
4 participants