Skip to content

Commit 1b079dc

Browse files
committed
Address review comments
1 parent 41a6c7d commit 1b079dc

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

program/idl.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,7 +2200,10 @@
22002200
"defaultValue": {
22012201
"kind": "noneValueNode"
22022202
},
2203-
"docs": ["Optional amount of lamports to transfer."]
2203+
"docs": [
2204+
"Optional amount of lamports to transfer.",
2205+
"If not provided, the instruction will unwrap all lamports in excess of rent exemption."
2206+
]
22042207
}
22052208
],
22062209
"discriminators": [
@@ -2285,7 +2288,7 @@
22852288
"kind": "instructionRemainingAccountsNode",
22862289
"value": {
22872290
"kind": "argumentValueNode",
2288-
"name": "account"
2291+
"name": "accounts"
22892292
},
22902293
"isOptional": true,
22912294
"isSigner": true

0 commit comments

Comments
 (0)