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

rpcclient: Export symbols needed for custom commands #1457

Merged
merged 4 commits into from Sep 2, 2021

Commits on Jun 17, 2021

  1. rpcclient: Export sendCmd and response

    This facilitates using custom commands with rpcclient.
    
    See btcsuite#1083
    JeremyRand committed Jun 17, 2021
    Copy the full SHA
    cb382a7 View commit details
    Browse the repository at this point in the history
  2. rpcclient: Export receiveFuture

    This facilitates using custom commands with rpcclient.
    
    See btcsuite#1083
    JeremyRand committed Jun 17, 2021
    Copy the full SHA
    7a41494 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    91ad6db View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Copy the full SHA
    637a90d View commit details
    Browse the repository at this point in the history