bat-ledger
bat-ledger copied to clipboard
Rename twitch publishers to author instead of channel
in some places we use twitch#author
however we should be using twitch#channel
everywhere
select count(*) from transactions where channel ~ 'twitch\#author:';
count
-------
18383
(1 row)