Closed peterfang closed 3 months ago
According to the ABI spec, TdCallError includes:
1) Flags, Class and Name (Bits 63:32) 2) Details L2 (Bits 31:0)
Fix the logic in fn from(val: u64) to correctly parse both parts of the function completion status. Include details L2 as part of the enum.
Look good from my side
According to the ABI spec, TdCallError includes:
1) Flags, Class and Name (Bits 63:32) 2) Details L2 (Bits 31:0)
Fix the logic in fn from(val: u64) to correctly parse both parts of the function completion status. Include details L2 as part of the enum.