Fixed incorrect comment.

This commit is contained in:
Geoff Taylor 2021-07-30 22:41:39 +01:00
parent 65c778d48a
commit 2a03f60c3b
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ def build_spot_openorders_instructions(context: Context, wallet: Wallet, group:
return instructions return instructions
# # 🥭 build_mango_place_order_instructions function # # 🥭 build_spot_place_order_instructions function
# #
# Creates a Mango order-placing instruction using the Serum instruction as the inner instruction. Will create # Creates a Mango order-placing instruction using the Serum instruction as the inner instruction. Will create
# the necessary OpenOrders account if it doesn't already exist. # the necessary OpenOrders account if it doesn't already exist.