Skip to content

Commit c5335a7

Browse files
author
Ludo Galabru
committed
fix: documentation drift
1 parent ad48351 commit c5335a7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ The current `bitcoin` predicates supports the following `if_this` constructs:
4747

4848
// Get any transaction including an OP_RETURN output starting with a set of characters.
4949
// `starts_with` mandatory argument admits:
50-
// - ASCII string type. example: `X2[`
5150
// - hex encoded bytes. example: `0x589403`
5251
{
5352
"if_this": {
@@ -72,7 +71,6 @@ The current `bitcoin` predicates supports the following `if_this` constructs:
7271

7372
// Get any transaction including an OP_RETURN output ending with a set of characters
7473
// `ends_with` mandatory argument admits:
75-
// - ASCII string type. example: `X2[`
7674
// - hex encoded bytes. example: `0x589403`
7775
{
7876
"if_this": {
@@ -86,7 +84,6 @@ The current `bitcoin` predicates supports the following `if_this` constructs:
8684
// Get any transaction including a p2pkh output paying a given recipient
8785
// `p2pkh` construct admits:
8886
// - string type. example: "mr1iPkD9N3RJZZxXRk7xF9d36gffa6exNC"
89-
// - hex encoded bytes type. example: "0x76a914ee9369fb719c0ba43ddf4d94638a970b84775f4788ac"
9087
{
9188
"if_this": {
9289
"scope": "outputs",
@@ -97,7 +94,6 @@ The current `bitcoin` predicates supports the following `if_this` constructs:
9794
// Get any transaction including a p2sh output paying a given recipient
9895
// `p2sh` construct admits:
9996
// - string type. example: "2MxDJ723HBJtEMa2a9vcsns4qztxBuC8Zb2"
100-
// - hex encoded bytes type. example: "0x76a914ee9369fb719c0ba43ddf4d94638a970b84775f4788ac"
10197
{
10298
"if_this": {
10399
"scope": "outputs",
@@ -431,7 +427,6 @@ The current `stacks` predicates supports the following `if_this` constructs:
431427
{
432428
"if_this": {
433429
"scope": "stx_event",
434-
"asset_identifier": "ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM.monkey-sip09::monkeys",
435430
"actions": ["transfer", "lock"]
436431
},
437432
}

0 commit comments

Comments
 (0)