Skip to content

Commit c434dab

Browse files
committed
removed comments in oracle.go
1 parent 4b10b6a commit c434dab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

xrpl/ledger-entry-types/oracle.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ func (mw *PriceDataWrapper) Flatten() map[string]any {
6868
return nil
6969
}
7070

71-
// FlatPriceData represents a flattened map of PriceData fields for JSON serialization.
72-
// type FlatPriceData map[string]interface{}
73-
7471
// Flatten flattens the price data.
7572
func (priceData *PriceData) Flatten() map[string]any {
7673
mapKeys := 2

0 commit comments

Comments
 (0)