Skip to content

Commit 2746d80

Browse files
committed
solana: fix idl
1 parent d445c13 commit 2746d80

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
@@ -1861,9 +1861,7 @@
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
},

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -1867,9 +1867,7 @@ export type MatchingEngine = {
18671867
{
18681868
"name": "executor",
18691869
"docs": [
1870-
"we will always reward the owner of the executor token account with the lamports from the",
1871-
"prepared order response and its custody token account when we close these accounts. This",
1872-
"means we disregard the `prepared_by` field in the prepared order response."
1870+
"finalized VAA."
18731871
],
18741872
"writable": true
18751873
},

0 commit comments

Comments
 (0)