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

[R4R] Not broadcast time lock related txs to blockchain by default #598

Merged
merged 1 commit into from
Jun 10, 2019

Conversation

yutianwu
Copy link
Contributor

@yutianwu yutianwu commented Jun 6, 2019

Description

Not broadcast time lock related txs to blockchain by default

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

Preflight checks

  • build passed (make build)
  • tests passed (make test)
  • integration tests passed (make integration_test)
  • manual transaction test passed (cli invoke)

Already reviewed by

...

Related issues

... reference related issue #'s here ...

@@ -20,18 +21,31 @@ const (
flagAddress = "address"
flagIncreaseAmountTo = "increase-amount-to"
flagExtendedLockTime = "extended-lock-time"
flagBroadcast = "broadcast"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not reuse generate-only flag?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the default value is false...

@yutianwu yutianwu merged commit e1f5978 into develop Jun 10, 2019
@unclezoro unclezoro deleted the change_timelock_cli branch May 10, 2022 06:10
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.

2 participants