Skip to content

Instantly share code, notes, and snippets.

@molnard
Created January 9, 2019 22:40
Show Gist options
  • Save molnard/3a5230d96e40c07a1069f558b2d1b217 to your computer and use it in GitHub Desktop.
Save molnard/3a5230d96e40c07a1069f558b2d1b217 to your computer and use it in GitHub Desktop.
2019-01-09 23:38:18 INFO CcjClientState: Coin removed from the waiting list: 1:b3689b8566e7430d6ee82db58f075c2959867d30f4434e01fd357bdbb690d380.
Unhandled Exception: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
at WalletWasabi.KeyManagement.KeyManager.ToFile(String filePath) in C:\WORK\WalletWasabi\WalletWasabi\KeyManagement\KeyManager.cs:line 139
at WalletWasabi.KeyManagement.KeyManager.ToFile() in C:\WORK\WalletWasabi\WalletWasabi\KeyManagement\KeyManager.cs:line 131
at WalletWasabi.KeyManagement.HdPubKey.SetKeyState(KeyState state, KeyManager kmToFile) in C:\WORK\WalletWasabi\WalletWasabi\KeyManagement\HdPubKey.cs:line 48
at WalletWasabi.Services.WalletService.ProcessTransaction(SmartTransaction tx) in C:\WORK\WalletWasabi\WalletWasabi\Services\WalletService.cs:line 485
at WalletWasabi.Services.WalletService.ProcessBlock(Height height, Block block) in C:\WORK\WalletWasabi\WalletWasabi\Services\WalletService.cs:line 393
at WalletWasabi.Services.WalletService.ProcessFilterModelAsync(FilterModel filterModel, CancellationToken cancel) in C:\WORK\WalletWasabi\WalletWasabi\Services\WalletService.cs:line 279
at WalletWasabi.Services.WalletService.IndexDownloader_NewFilterAsync(Object sender, FilterModel filterModel) in C:\WORK\WalletWasabi\WalletWasabi\Services\WalletService.cs:line 192
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.ThreadPoolWorkQueue.Dispatch()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment