Skip to content

Conversation

ajtowns
Copy link
Contributor

@ajtowns ajtowns commented Jan 30, 2020

#17261 changed GetSigningProvider to return a unique_ptr, but #17156 made psbt_wallet_tests use it as well, and wasn't correspondingly updated.

@fanquake fanquake added the Tests label Jan 30, 2020
@meshcollider
Copy link
Contributor

Thanks! utACK 1115ba6

Copy link
Member

@fanquake fanquake left a comment

Choose a reason for hiding this comment

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

ACK 1115ba6

fanquake added a commit that referenced this pull request Jan 30, 2020
1115ba6 psbt_wallet_tests: use unique_ptr for GetSigningProvider (Anthony Towns)

Pull request description:

  #17261 changed GetSigningProvider to return a unique_ptr, but #17156 made psbt_wallet_tests use it as well, and wasn't correspondingly updated.

ACKs for top commit:
  fanquake:
    ACK 1115ba6
  meshcollider:
    Thanks! utACK 1115ba6

Tree-SHA512: f0191c9b00780e6d1445fa4ec531456758b468b5bca8660474d22b1edb5f48a636a940656c9bdbe466b8bffad7af1e57e0756239906e901d60c69c3124d3bff4
@fanquake fanquake merged commit 1115ba6 into bitcoin:master Jan 30, 2020
@achow101
Copy link
Member

Post merge ACK 1115ba6

@promag
Copy link
Contributor

promag commented Jan 30, 2020

ACK 1115ba6

Should this be possible? I though get() or release was needed to get raw pointer.

@sanjaykdragon
Copy link
Contributor

ACK 1115ba6

Should this be possible? I though get() or release was needed to get raw pointer.

late reply, but should work fine. Same syntax works for std::optional, * to get .value()

@bitcoin bitcoin locked as resolved and limited conversation to collaborators Feb 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants