Pass through Transactions to Agora

This commit is contained in:
2021-12-28 15:28:45 +00:00
parent 7fd784b83b
commit 1699dc5593

View File

@@ -77,6 +77,7 @@ if __name__ == "__main__":
tx.set_agora(agora)
tx.set_irc(irc)
irc.set_tx(tx)
agora.set_tx(tx)
# Define WebApp
webapp = WebApp()