You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are experiencing an error when calling GetBlockCount() on Litecoin Mainnet network. This is the code snippet:
var Network = Litecoin.Instance.Mainnet;
var Rpc = new RPCClient($"{RpcUser}:{RpcPassword}", RpcUrl, Network);
var blockCount = Rpc.GetBlockCount();
var block = Rpc.GetBlock(blockCount); // this line generates the error
Error: "Unknown transaction optional data"
The code works fine with other networks, such as Bitcoin.
Has anyone seen anything like this?
The text was updated successfully, but these errors were encountered:
atlos-io
changed the title
"Unknown transaction optional data" error when calling GetBlockCount()
"Unknown transaction optional data" error when calling GetBlock()
Jul 14, 2023
Hello,
We are experiencing an error when calling GetBlockCount() on Litecoin Mainnet network. This is the code snippet:
Error: "Unknown transaction optional data"
The code works fine with other networks, such as Bitcoin.
Has anyone seen anything like this?
The text was updated successfully, but these errors were encountered: