[#43] Client: Memory optimization
Signed-off-by: Pavel Gross <p.gross@yadro.com>
This commit is contained in:
parent
5e86f53b0e
commit
87fe8db674
76 changed files with 399 additions and 3668 deletions
|
@ -25,7 +25,7 @@ public readonly struct PrmApeChainRemove(
|
|||
public readonly bool Equals(PrmApeChainRemove other)
|
||||
{
|
||||
return Target == other.Target
|
||||
&& ChainId.Equals(other.ChainId)
|
||||
&& ChainId.Equals(other.ChainId)
|
||||
&& XHeaders == other.XHeaders;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue