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

hello I added a couple of features #1

Merged
merged 2 commits into from Nov 6, 2013
Merged

Conversation

solarin
Copy link
Collaborator

@solarin solarin commented Nov 6, 2013

public CoinIndex AllowedCoins
{
get { return _allowedCoins; }
set
{
if (_allowedCoins == value) return;
_allowedCoins = value;
_rawDev.CmdModifyInhibitStatus((byte)_allowedCoins, (byte)((int)_allowedCoins >> 8));
}
}

  public void ModifyAcceptedCoins(Dictionary<Byte, CoinTypeInfo> coins)
    {
        if (coins != null)
            foreach (var coin in coins)
                _coins[coin.Key] = coin.Value;
    }

Hitman666 added a commit that referenced this pull request Nov 6, 2013
hello I added a couple of features
@Hitman666 Hitman666 merged commit 515d0e6 into Hitman666:master Nov 6, 2013
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.

None yet

2 participants