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

RPC call gettransactionheight #541

Merged
merged 4 commits into from
Jan 11, 2019
Merged

Commits on Jan 10, 2019

  1. getrawtransactionheight

    Nowadays two calls are need to get a transaction height, `getrawtransaction` with `verbose` and then use the `blockhash`.
    Other option is to use `confirmations`, but it can be misleading.
    vncoelho committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    a93914c View commit details
    Browse the repository at this point in the history
  2. Minnor fix

    vncoelho committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    992651f View commit details
    Browse the repository at this point in the history
  3. Shargon's tip

    vncoelho committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    d776b15 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. modified

    erikzhang committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    576ed04 View commit details
    Browse the repository at this point in the history