Skip to content

Commit

Permalink
Feature/label fix (solana-labs#1743)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 authored Aug 3, 2023
1 parent 1707414 commit 208e92e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion actions/executeInstructions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const executeInstructions = async (
proposalInstructions: ProgramAccount<ProposalTransaction>[],
multiTransactionMode = false
) => {
console.log(multiTransactionMode)
const instructions: TransactionInstruction[] = []

await Promise.all(
Expand Down
2 changes: 1 addition & 1 deletion cli/helpers/createBase64Proposal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const createBase64Proposal = async (
const governanceAuthority = walletPk
const signatory = walletPk
const payer = walletPk
console.log(wallet)

// Changed this because it is misbehaving on my local validator setup.
const programVersion = await getGovernanceProgramVersion(
connection,
Expand Down
1 change: 1 addition & 0 deletions components/instructions/TransactionPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export function TransactionPanel() {
proposal={proposal}
proposalInstructions={proposalTransactions}
playing={playing}
label="Execute all in one transaction"
setPlaying={setPlaying}
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion utils/Mango/listingTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ export const getBestMarket = async ({
new PublicKey(quoteMint),
dexProgramPk
)
console.log(baseMint, quoteMint, markets)

if (!markets.length) {
return undefined
}
Expand Down

0 comments on commit 208e92e

Please sign in to comment.