Skip to content

Commit

Permalink
hint field is missing in the GetCoinRecordsByHint (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
wizicer authored May 22, 2022
1 parent fffa687 commit 86df57d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chia-dotnet/FullNodeProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ public async Task<IEnumerable<CoinRecord>> GetCoinRecordsByHint(string hint, boo
}

dynamic data = new ExpandoObject();
data.hint = hint;
data.include_spent_coins = includeSpentCoins;

if (startHeight.HasValue)
Expand Down

0 comments on commit 86df57d

Please sign in to comment.