Skip to content

Commit 1c287ec

Browse files
committed
solana: fix idl
1 parent ca12834 commit 1c287ec

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

solana/ts/src/idl/json/matching_engine.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1855,9 +1855,7 @@
18551855
{
18561856
"name": "executor",
18571857
"docs": [
1858-
"we will always reward the owner of the executor token account with the lamports from the",
1859-
"prepared order response and its custody token account when we close these accounts. This",
1860-
"means we disregard the `prepared_by` field in the prepared order response."
1858+
"finalized VAA."
18611859
],
18621860
"writable": true
18631861
},

solana/ts/src/idl/ts/matching_engine.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -1861,9 +1861,7 @@ export type MatchingEngine = {
18611861
{
18621862
"name": "executor",
18631863
"docs": [
1864-
"we will always reward the owner of the executor token account with the lamports from the",
1865-
"prepared order response and its custody token account when we close these accounts. This",
1866-
"means we disregard the `prepared_by` field in the prepared order response."
1864+
"finalized VAA."
18671865
],
18681866
"writable": true
18691867
},

0 commit comments

Comments
 (0)