Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Mar 14, 2024
1 parent d647e71 commit 123cecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/pua/peerdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (
LuaQValue = LuaUserDataType[qvalue.QValue]{Name: "peerdb_value"}
LuaTime = LuaUserDataType[time.Time]{Name: "peerdb_time"}
LuaUuid = LuaUserDataType[uuid.UUID]{Name: "peerdb_uuid"}
LuaBigInt = LuaUserDataType[*big.Int]{Name: "peerdb_bigrat"}
LuaBigInt = LuaUserDataType[*big.Int]{Name: "peerdb_bigint"}
LuaRat = LuaUserDataType[*big.Rat]{Name: "peerdb_bigrat"}
)

Expand Down

0 comments on commit 123cecb

Please sign in to comment.