Skip to content

Commit 91fd142

Browse files
Update ContractCode doc comment
1 parent 0336bb8 commit 91fd142

File tree

1 file changed

+1
-1
lines changed
  • cmd/soroban-cli/src/commands/ledger/entry/fetch

1 file changed

+1
-1
lines changed

cmd/soroban-cli/src/commands/ledger/entry/fetch/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub enum Cmd {
2525
ClaimableBalance(claimable_balance::Cmd),
2626
///Fetch a liquidity pool ledger entry by id
2727
LiquidityPool(liquidity_pool::Cmd),
28-
/// Fetch WASM bytecode by hash
28+
/// Fetch a Contract's WASM bytecode by WASM hash
2929
ContractCode(contract_code::Cmd),
3030
/// Fetch a trustline by account and asset
3131
Trustline(trustline::Cmd),

0 commit comments

Comments
 (0)