khi195
Results
1
comments of
khi195
I think the problem could be related to this encoding function, if (message.accountType !== 1) { writer.uint32(72).int32(message.accountType); } this is not allowing enums which are equal to 1, which obv...