mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 16:38:01 +00:00
bf8b24071c
Also removes a bunch of empty lines for a nice output
10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
{%- set to_ignore = changes | filter(attribute="meta.B.value", value=0) %}
|
|
<!--
|
|
## Debug
|
|
|
|
changes:
|
|
- total: {{ changes | length }}
|
|
- silent: {{ to_ignore | length }}
|
|
- remaining: {{ changes | length - to_ignore | length }}
|
|
-->
|