Skip to content

Commit 26866cd

Browse files
committed
Update IDL
1 parent 01c91fb commit 26866cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

solana/ts/idl/3_0_0/json/example_native_token_transfers.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2129,7 +2129,7 @@
21292129
"kind": "struct",
21302130
"fields": [
21312131
{
2132-
"name": "revertOnDelay",
2132+
"name": "revertWhenNotReady",
21332133
"type": "bool"
21342134
}
21352135
]

solana/ts/idl/3_0_0/ts/example_native_token_transfers.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2129,7 +2129,7 @@ export type ExampleNativeTokenTransfers = {
21292129
"kind": "struct",
21302130
"fields": [
21312131
{
2132-
"name": "revertOnDelay",
2132+
"name": "revertWhenNotReady",
21332133
"type": "bool"
21342134
}
21352135
]
@@ -4624,7 +4624,7 @@ export const IDL: ExampleNativeTokenTransfers = {
46244624
"kind": "struct",
46254625
"fields": [
46264626
{
4627-
"name": "revertOnDelay",
4627+
"name": "revertWhenNotReady",
46284628
"type": "bool"
46294629
}
46304630
]

0 commit comments

Comments
 (0)