We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devs, please elaborate,
Just wondering, how come MWEB weight is 0, or zero means there is no MWEB transaction inside the block?
even though I've explicitly enabled mweb in the litecoin.conf file? mweb=1
mweb=1
2025-03-01T03:50:38Z CreateNewBlock(): block weight: 762227 txs: 125 fees: 472929 sigops: 3085 MWEB weight: 0 2025-03-01T03:50:44Z CreateNewBlock(): block weight: 837629 txs: 162 fees: 626220 sigops: 3434 MWEB weight: 0 2025-03-01T03:51:00Z CreateNewBlock(): block weight: 875090 txs: 188 fees: 733890 sigops: 3649 MWEB weight: 0 2025-03-01T03:51:10Z CreateNewBlock(): block weight: 955494 txs: 215 fees: 901146 sigops: 4003 MWEB weight: 0 2025-03-01T03:51:18Z CreateNewBlock(): block weight: 973771 txs: 239 fees: 925392 sigops: 4067 MWEB weight: 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Devs, please elaborate,
Just wondering, how come MWEB weight is 0, or zero means there is no MWEB transaction inside the block?
even though I've explicitly enabled mweb in the litecoin.conf file?
mweb=1
2025-03-01T03:50:38Z CreateNewBlock(): block weight: 762227 txs: 125 fees: 472929 sigops: 3085 MWEB weight: 0
2025-03-01T03:50:44Z CreateNewBlock(): block weight: 837629 txs: 162 fees: 626220 sigops: 3434 MWEB weight: 0
2025-03-01T03:51:00Z CreateNewBlock(): block weight: 875090 txs: 188 fees: 733890 sigops: 3649 MWEB weight: 0
2025-03-01T03:51:10Z CreateNewBlock(): block weight: 955494 txs: 215 fees: 901146 sigops: 4003 MWEB weight: 0
2025-03-01T03:51:18Z CreateNewBlock(): block weight: 973771 txs: 239 fees: 925392 sigops: 4067 MWEB weight: 0
The text was updated successfully, but these errors were encountered: