added clarification comment

This commit is contained in:
Julien Cassis 2021-01-19 10:03:16 -05:00
parent cf6b272245
commit 57bebed0da
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ type Event struct {
NativeQtyPaid uint64
NativeFeeOrRebate uint64
OrderID bin.Uint128
Owner solana.PublicKey
Owner solana.PublicKey // OpenOrder Account address NOT trader
ClientOrderID uint64
}