maint(README): adjust on-share-found documentation

--on-share-found will always return SHARE are first param
pull/173/head
James Willhoite 2 years ago committed by GitHub
parent b40db0a562
commit 0a057b678d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -146,7 +146,7 @@ nocreate
```
- To run a script when a SHARE is found, pass the executable file to the command line parameter `--on-share-found`
- The file will get the following args `BLOCK|SHARE` `client_ip_address` `User` `block-height` `diff`
- The file will get the following args `SHARE` `client_ip_address` `User` `block-height` `diff`
```
--on-share-found /path/to/file
```

Loading…
Cancel
Save