bscheiman / BlockCypher

14 stars 31 forks source link

Bad Request in Send #8

Open bebenekmarcin opened 4 years ago

bebenekmarcin commented 4 years ago

When using latest https://www.nuget.org/packages/BlockCypher/1.0.22 package and calling Blockcypher.Send() I'm getting following error:

System.Net.Http.HttpRequestException Response status code does not indicate success: 400 (Bad Request). at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() at BlockCypher.Blockcypher.d26`1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at BlockCypher.Blockcypher.d21.MoveNext()

After downloading sources from this repo I can send transaction to blockchain without any issues.