Skip to content

Commit

Permalink
cleanup format 4 callback params
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogresorg committed Apr 29, 2024
1 parent af6f395 commit 226184f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/actions/ISSUE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This command creates or issues a `BTNS` `token`
- `VERSION|TICK|LOCK_MAX_SUPPLY|LOCK_MAX_MINT|LOCK_DESCRIPTION|LOCK_RUG|LOCK_SLEEP|LOCK_CALLBACK|LOCK_MINT|LOCK_MINT_SUPPLY`

### Version `4` - Edit `CALLBACK` `PARAMS`
- `VERSION|TICK|LOCK_CALLBACK|CALLBACK_BLOCK|CALLBACK_TICK`
- `VERSION|TICK|CALLBACK_BLOCK|CALLBACK_TICK|CALLBACK_AMOUNT`

### Version `5` - Edit `LIST` `PARAMS`
- `VERSION|TICK|ALLOW_LIST|BLOCK_LIST`
Expand Down
2 changes: 1 addition & 1 deletion indexer/includes/actions/issue.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function btnsIssue( $params=null, $data=null, $error=null){
1 => 'VERSION|TICK|DESCRIPTION',
2 => 'VERSION|TICK|MAX_MINT|MINT_SUPPLY|TRANSFER_SUPPLY|MINT_ADDRESS_MAX|MINT_START_BLOCK|MINT_STOP_BLOCK',
3 => 'VERSION|TICK|LOCK_MAX_SUPPLY|LOCK_MAX_MINT|LOCK_DESCRIPTION|LOCK_RUG|LOCK_SLEEP|LOCK_CALLBACK|LOCK_MINT|LOCK_MINT_SUPPLY',
4 => 'VERSION|TICK|LOCK_CALLBACK|CALLBACK_BLOCK|CALLBACK_TICK'
4 => 'VERSION|TICK|CALLBACK_BLOCK|CALLBACK_TICK|CALLBACK_AMOUNT'
);

// Define list of AMOUNT and LOCK fields (used in validations)
Expand Down

0 comments on commit 226184f

Please sign in to comment.