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
For all of the XBR contracts, the respective xyzFor() functions should use the respective contract instance address - not generally the address of the XBRNetwork contract.
it's also important to stress: once we go to #9, above verifying address should be the addresses of the implementation contracts, rather than the proxy contracts.
For all of the XBR contracts, the respective
xyzFor()
functions should use the respective contract instance address - not generally the address of the XBRNetwork contract.Eg here https://github.com/crossbario/xbr-protocol/blob/0c29d5ec751cbde5db00ca37b703297adb0f8c16/contracts/XBRChannel.sol#L138
^ should use
address(this)
rather thanmarket.network().verifyingContract()
The text was updated successfully, but these errors were encountered: