Skip to content

Commit

Permalink
Merge pull request p2p-org#93 from p2p-org/feature/pwn-783
Browse files Browse the repository at this point in the history
[ETH-783] Public extension for Option BorshSerializable
  • Loading branch information
bigearsenal authored Feb 2, 2024
2 parents f918107 + ca0b6b4 commit 3811cab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ extension Bool: BorshSerializable {
}
}

extension Optional where Wrapped: BorshSerializable {
public extension Optional where Wrapped: BorshSerializable {
func serialize(to writer: inout Data) throws {
switch self {
case let .some(value):
Expand Down

0 comments on commit 3811cab

Please sign in to comment.