Skip to content

Commit

Permalink
More notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Jul 7, 2023
1 parent eaf609c commit b66b475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd-rpc-server-car-getSignaturesForAddress.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ func parseTransactionError(v any) (map[string]any, error) {
if err != nil {
return nil, err
}
// TODO: is this uint8 or uvarint or something else?
errorCode, err := dec.ReadUint8()
if err != nil {
return nil, err
Expand Down

0 comments on commit b66b475

Please sign in to comment.