Skip to content

Commit ff64385

Browse files
fix: restore accidentally emptied fixture file
Prettier accidentally cleared fixture 15.json when formatting. Restoring the original content.
1 parent 883657e commit ff64385

File tree

1 file changed

+20
-0
lines changed
  • packages/wasm-utxo/test/fixtures

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"descriptor": "sh(pkh(03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd))#dr3u9ynx",
3+
"wasmNode": {
4+
"Sh": {
5+
"Ms": {
6+
"Check": {
7+
"PkH": {
8+
"Single": "03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd"
9+
}
10+
}
11+
}
12+
}
13+
},
14+
"ast": {
15+
"sh": {
16+
"pkh": "03a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd"
17+
}
18+
}
19+
}
20+

0 commit comments

Comments
 (0)