Skip to content

Commit

Permalink
[nit, doc] Fixes imports in pool example (MystenLabs#4545)
Browse files Browse the repository at this point in the history
* adds example of a pool + removes entry fun

* nit - adds imports to doc example'
  • Loading branch information
damirka authored Sep 10, 2022
1 parent c7cb45e commit 8a0fb6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sui_programmability/examples/defi/sources/pool.move
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
/// ```
/// module me::my_pool {
/// use defi::pool;
/// use sui::coin::Coin;
/// use sui::sui::SUI;
/// use sui::tx_context::TxContext;
///
/// struct POOL_TEAM has drop {}
///
Expand Down

0 comments on commit 8a0fb6f

Please sign in to comment.