Skip to content

Commit

Permalink
docs/accounts.md: fix clearing_house reference
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Nov 15, 2023
1 parent fafb27d commit 8ec7a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ print(

# get usdc spot market info
usdc_spot_market_index = 0
usdc_market = await get_spot_market_account(clearing_house.program, usdc_spot_market_index)
usdc_market = await get_spot_market_account(drift_client.program, usdc_spot_market_index)
print(
usdc.market_index,
usdc.deposit_balance,
Expand Down

0 comments on commit 8ec7a73

Please sign in to comment.