You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is an option to provide single TxOwner to cover all of the Tx types implemented by a module. In relation to #555, it's more natural to expect multiple TxOwners from a module, since block open/close notifications are separated out and each invoked only one.
The text was updated successfully, but these errors were encountered:
Currently there is an option to provide single
TxOwner
to cover all of the Tx types implemented by a module. In relation to #555, it's more natural to expect multipleTxOwner
s from a module, since block open/close notifications are separated out and each invoked only one.The text was updated successfully, but these errors were encountered: