mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 06:46:10 +00:00
re-export beginRecord(...)
This commit is contained in:
parent
f6de87b80e
commit
c3d2634b97
@ -166,7 +166,7 @@ template enumerateSubFields(holder, fieldVar, body: untyped) =
|
||||
|
||||
func writeVarSizeType(w: var SszWriter, value: auto) {.gcsafe.}
|
||||
|
||||
func beginRecord(w: var SszWriter, TT: type): auto =
|
||||
func beginRecord*(w: var SszWriter, TT: type): auto =
|
||||
type T = TT
|
||||
when isFixedSize(T):
|
||||
FixedSizedWriterCtx()
|
||||
|
Loading…
x
Reference in New Issue
Block a user