Skip to content

GUI: Raise recommended confirmations - #1306

Open
Tabakkui wants to merge 1 commit into
RavenProject:developfrom
Tabakkui:fix/issue-619-confirmations
Open

Tabakkui wants to merge 1 commit into
RavenProject:developfrom
Tabakkui:fix/issue-619-confirmations

Conversation

@Tabakkui

Copy link
Copy Markdown

Problem

The Qt wallet labels ordinary transactions as confirmed after six confirmations. Issue #619 notes that this interval is short for Ravencoin and requests a safer default closer to one hour.

Change

Raise the Qt presentation-layer recommended threshold from 6 to 60 confirmations. The consensus rules and wallet trust/balance accounting are unchanged. Update the associated status comment and add a Qt regression assertion for the threshold.

Test plan

  • git diff --check
  • Source regression assertions verify the threshold is 60 and the status comment matches.
  • Full Qt build/test not available in this checkout: no configured build, Qt test binary, or Qt build tools are present.

Risk and exclusions

This changes only when the Qt UI reports a normal transaction as having the recommended number of confirmations. It does not alter consensus, transaction validity, RPC defaults, or restricted-asset consensus behavior.

Refs #619

Increase the Qt wallet's recommended confirmation threshold from six to sixty blocks to match the safer interval requested in issue RavenProject#619. Keep the change in the presentation layer; consensus and wallet trust rules are unchanged. Add a Qt regression assertion for the published threshold.\n\nRefs RavenProject#619
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

Successfully merging this pull request may close these issues.

1 participant