mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-04-29 20:25:14 +08:00
fix: doc drift
This commit is contained in:
@@ -147,7 +147,7 @@ The current `bitcoin` predicates supports the following `if_this` constructs:
|
|||||||
{
|
{
|
||||||
"if_this": {
|
"if_this": {
|
||||||
"scope": "stacks_protocol",
|
"scope": "stacks_protocol",
|
||||||
"operation": "stx_transfered"
|
"operation": "stx_transferred"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ Get any transaction, including an STX transfer operation
|
|||||||
{
|
{
|
||||||
"if_this": {
|
"if_this": {
|
||||||
"scope": "stacks_protocol",
|
"scope": "stacks_protocol",
|
||||||
"operation": "stx_transfered"
|
"operation": "stx_transferred"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ Get any transaction, including an STX transfer operation
|
|||||||
{
|
{
|
||||||
"if_this": {
|
"if_this": {
|
||||||
"scope": "stacks_protocol",
|
"scope": "stacks_protocol",
|
||||||
"operation": "stx_transfered"
|
"operation": "stx_transferred"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user