Skip to content

Commit

Permalink
Fixed RLP serialization for crypto primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
yglukhov committed Mar 1, 2019
1 parent bed6510 commit f82cab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/spec/crypto.nim
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import
blscurve, json_serialization

export
json_serialization
json_serialization, rlp

export blscurve.init, blscurve.getBytes, blscurve.combine, blscurve.`$`, blscurve.`==`

Expand Down

0 comments on commit f82cab3

Please sign in to comment.