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
Interface wallet.Address contains a Cmp(Address) int function which is only used when the wallet.Address is embedded into a wire.Address. wallet.Address.Cmp is itself never called.
Proposal
Move the Cmp function to the wire.Address interface.
The text was updated successfully, but these errors were encountered:
Location
[wire] address.go
and[wallet] address.go
Problem
Interface
wallet.Address
contains aCmp(Address) int
function which is only used when thewallet.Address
is embedded into awire.Address
.wallet.Address.Cmp
is itself never called.Proposal
Move the
Cmp
function to thewire.Address
interface.The text was updated successfully, but these errors were encountered: