Pass through Transactions to Agora
This commit is contained in:
parent
7fd784b83b
commit
1699dc5593
|
@ -77,6 +77,7 @@ if __name__ == "__main__":
|
||||||
tx.set_agora(agora)
|
tx.set_agora(agora)
|
||||||
tx.set_irc(irc)
|
tx.set_irc(irc)
|
||||||
irc.set_tx(tx)
|
irc.set_tx(tx)
|
||||||
|
agora.set_tx(tx)
|
||||||
|
|
||||||
# Define WebApp
|
# Define WebApp
|
||||||
webapp = WebApp()
|
webapp = WebApp()
|
||||||
|
|
Loading…
Reference in New Issue