raiden-network / raiden-libs

Useful tools for Raiden and Auxiliary services
2 stars 12 forks source link

Make contract address an optional parameter of the BlockchainListener #105

Closed palango closed 6 years ago

palango commented 6 years ago

In some cases we might only want to catch events of a certain contract in the BlockchainListener.

We should add an optional parameter for the contract address to be listened to.

https://github.com/raiden-network/raiden-libs/blob/5d01915db5e6b2c12ee4c4e63e8b976743fcf639/raiden_libs/blockchain.py#L93-L101

ToDo