Skip to content

Commit

Permalink
api method description improved
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Sep 8, 2023
1 parent 5e3d80a commit 66c0d99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5554,7 +5554,7 @@ paths:
post:
security:
- ApiKeyAuth: [api_key]
summary: Create custom scan to track P2S address
summary: Create and register a scan to track P2S address provided
operationId: scriptP2SRule
tags:
- scan
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ScanEntities._
import org.ergoplatform.ErgoBox.R1
import org.ergoplatform.wallet.Constants.ScanId
import sigmastate.Values.ByteArrayConstant
import sigmastate.serialization.{ErgoTreeSerializer, ValueSerializer}
import sigmastate.serialization.ErgoTreeSerializer

/**
* This class contains methods to register / deregister and list external scans, and also to serve them.
Expand Down

0 comments on commit 66c0d99

Please sign in to comment.