Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

[Wallet] Make account param optional in API with consts and passing tests #3831

Conversation

codingupastorm
Copy link
Collaborator

To replace #3816

dangershony and others added 22 commits February 26, 2019 15:35
…#3286)

* Corrected logic for PowNoRetargeting/PosNoRetargeting

* Act on the review

* Act on review
@@ -27,6 +27,9 @@ namespace Stratis.Bitcoin.Features.Wallet
/// </summary>
public class WalletManager : IWalletManager
{
/// <summary>Used to get the first account.</summary>
public const string DefaultAccount = "account 0";
Copy link
Collaborator

Choose a reason for hiding this comment

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

Awesome I love these kinds of PRs.

@codingupastorm codingupastorm merged commit 3aa2372 into stratisproject:master Jul 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants