Problem
System transaction IDs encoded by the Flow Go SDK mismatch those returned by the access node.
Suggeted Solution
For system transactions, flow-go does not strip trailing newlines from the json encoding. We should detect system transactions (payer == 0) and skip the newline processing here
Problem
System transaction IDs encoded by the Flow Go SDK mismatch those returned by the access node.
Suggeted Solution
For system transactions, flow-go does not strip trailing newlines from the json encoding. We should detect system transactions (payer == 0) and skip the newline processing here