Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
fix rkey type
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqiuluo committed Jul 21, 2024
1 parent 1cc0334 commit f090ef1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ data class RKeyInfo(
@ProtoNumber(2) val rkeyTtlSec: ULong?,
@ProtoNumber(3) val storeId: UInt = 0u,
@ProtoNumber(4) val rkeyCreateTime: UInt?,
@ProtoNumber(4) val type: UInt,
@ProtoNumber(5) val type: UInt,
)

@Serializable
Expand Down

0 comments on commit f090ef1

Please sign in to comment.