Conversation
|
I think it is not worth optimizing. Because |
|
But the messages are smaller |
|
I think we can even go as far as if (Witness.VerificationScript.Length != 0) {
return false
}Or really just leave the invocation script in the payload. And then remove Smaller messages are always good to me, especially if they cost nothing like here. We need |
|
It should be done in neo-modules, I think that it's a good solution to speed up p2p protocol, if we decide to use it, I can copy the code to neo-modules. |
Related to #1963
We can save 2 bytes more if we send only the
InvocationScriptinstead of theWitness