Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levin Zimmermann
neoppod
Commits
7ded0d06
Commit
7ded0d06
authored
Aug 15, 2024
by
Levin Zimmermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! go/proto/msgpack: Fix Error -> ErrorCode is int on the wire and not extension type
parent
485d42da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
go/neo/proto/proto_test.go
go/neo/proto/proto_test.go
+1
-1
No files found.
go/neo/proto/proto_test.go
View file @
7ded0d06
...
...
@@ -176,7 +176,7 @@ func TestMsgMarshal(t *testing.T) {
// uint32(N)/enum(M), string
{
&
Error
{
Code
:
0x00000045
,
Message
:
"hello"
},
"
\x00\x00\x00\x45\x00\x00\x00\x05
hello"
,
hex
(
"92"
)
+
hex
(
"
d402
45"
)
+
"
\xc4\x05
hello"
,
hex
(
"92"
)
+
hex
(
"45"
)
+
"
\xc4\x05
hello"
,
},
// Oid, Tid, bool, Checksum, []byte
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment