Skip to content

Commit ed59275

Browse files
committed
Fix program extend
1 parent 6dc383b commit ed59275

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/actions/write-program-buffer/action.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ runs:
7878
solana program extend ${{ inputs.program-id }} $REQUIRED_SIZE \
7979
--keypair ./deploy-keypair.json \
8080
--url ${{ inputs.rpc-url }} \
81-
--commitment confirmed \
82-
--with-compute-unit-price ${{ inputs.priority-fee }}
81+
--commitment confirmed
8382
else
8483
echo "Program size is sufficient"
8584
fi

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ npx ts-node scripts/squad-closebuffer.ts \
162162
--program "BhV84MZrRnEvtWLdWMRJGJr1GbusxfVMHAwc3pq92g4z"
163163
```
164164

165+
# Release v0.2.2
166+
167+
## Bug Fixes
168+
169+
- Remove compute unit price from program extend
170+
165171
# Release v0.2.1
166172

167173
## Bug Fixes

0 commit comments

Comments
 (0)