Hi A few days ago, I tried to send two transaction of DCR from decrediton to my exodus wallet. The first one went through within a minute. But when I tried to send the second transction, it just disappeared. The balance on decrediton reflect the correct balance as if the transaction went through and yet I can not find trace of the transaction anywhere. It's not on my exodus wallet nor is it on decrediton. This is not a huge amount of money but I think it's a very serious bug that transaction can just disappeared. I went through the log and found the first transaction and was able to find the transaction ID and the relevent data on the blockchain. 2017-11-23 12:55:06.147 [INF] GRPC: Unary method /walletrpc.WalletService/SignTransaction invoked by 127.0.0.1:54527 2017-11-23 12:55:07.641 [INF] WLLT: The wallet has been temporarily unlocked 2017-11-23 12:55:07.658 [INF] WLLT: The wallet has been locked. 2017-11-23 12:55:07.727 [INF] GRPC: Unary method /walletrpc.WalletService/PublishTransaction invoked by 127.0.0.1:54527 2017-11-23 12:55:07.727 [INF] WLLT: Inserting unconfirmed transaction d141f927d9fc1d8f46bced7168bcbf5c0492647969deadaf4e1dd57c274d67c1 2017-11-23 12:55:07.728 [INF] GRPC: Unary method /walletrpc.WalletService/Ping invoked by 127.0.0.1:54527 2017-11-23 12:55:11.842 [INF] GRPC: Unary method /walletrpc.WalletService/Accounts invoked by 127.0.0.1:54527 2017-11-23 12:55:11.844 [INF] GRPC: Unary method /walletrpc.WalletService/Balance invoked by 127.0.0.1:54527 2017-11-23 12:55:11.847 [INF] GRPC: Unary method /walletrpc.WalletService/Balance invoked by 127.0.0.1:54527 I was also able to identify the second transaction in the log yet the transaction ID can not be found anywhere. 2017-11-23 14:48:22.942 [INF] GRPC: Unary method /walletrpc.WalletService/SignTransaction invoked by 127.0.0.1:58545 2017-11-23 14:48:24.619 [INF] WLLT: The wallet has been temporarily unlocked 2017-11-23 14:48:24.667 [INF] WLLT: The wallet has been locked. 2017-11-23 14:48:24.706 [INF] GRPC: Unary method /walletrpc.WalletService/PublishTransaction invoked by 127.0.0.1:58545 2017-11-23 14:48:24.708 [INF] WLLT: Inserting unconfirmed transaction 8f29002245e46d3131b9e3b57ca9896fa0cdbe49389903b63971ee3c9ce69648 2017-11-23 14:48:28.820 [INF] GRPC: Unary method /walletrpc.WalletService/Ping invoked by 127.0.0.1:58545 2017-11-23 14:48:28.842 [INF] GRPC: Unary method /walletrpc.WalletService/Accounts invoked by 127.0.0.1:58545 2017-11-23 14:48:28.846 [INF] GRPC: Unary method /walletrpc.WalletService/Balance invoked by 127.0.0.1:58545 2017-11-23 14:48:28.846 [INF] GRPC: Unary method /walletrpc.WalletService/Balance invoked by 127.0.0.1:58545 2017-11-23 14:48:28.847 [INF] GRPC: Unary method /walletrpc.WalletService/Balance invoked by 127.0.0.1:58545 I would appreciate if anybody can help troubleshoot the issue.