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
4b25a225
Commit
4b25a225
authored
Apr 09, 2024
by
Levin Zimmermann
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
d236e664
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
go/neo/proto/zproto-marshal.go
go/neo/proto/zproto-marshal.go
+3
-9
No files found.
go/neo/proto/zproto-marshal.go
View file @
4b25a225
...
...
@@ -5339,15 +5339,9 @@ func (p *GetObject) neoMsgEncodedLenM() int {
func
(
p
*
GetObject
)
neoMsgEncodeM
(
data
[]
byte
)
{
data
[
0
]
=
byte
(
msgpack
.
FixArray_4
|
3
)
data
[
1
]
=
byte
(
msgpack
.
Bin8
)
data
[
2
]
=
8
binary
.
BigEndian
.
PutUint64
(
data
[
3
:
],
uint64
(
p
.
Oid
))
data
[
11
]
=
byte
(
msgpack
.
Bin8
)
data
[
12
]
=
8
binary
.
BigEndian
.
PutUint64
(
data
[
13
:
],
uint64
(
p
.
At
))
data
[
21
]
=
byte
(
msgpack
.
Bin8
)
data
[
22
]
=
8
binary
.
BigEndian
.
PutUint64
(
data
[
23
:
],
uint64
(
p
.
Before
))
msgpack
.
PutUint64
(
data
[
1
:
],
uint64
(
p
.
Oid
))
msgpack
.
PutUint64
(
data
[
10
:
],
uint64
(
p
.
At
))
msgpack
.
PutUint64
(
data
[
19
:
],
uint64
(
p
.
Before
))
}
func
(
p
*
GetObject
)
neoMsgDecodeM
(
data
[]
byte
)
(
int
,
error
)
{
...
...
Levin Zimmermann
@levin.zimmermann
mentioned in commit
b44769cf
·
Apr 24, 2024
mentioned in commit
b44769cf
mentioned in commit b44769cfd49e46e6b18c2f035cabd058615d0a72
Toggle commit list
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