Skip to content

Commit

Permalink
comments fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Nov 10, 2024
1 parent b0f44ff commit 8bc512f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/localnet/solana/start-solana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo "starting solana test validator..."
solana-test-validator &

sleep 5
# airdrop to e2e sol account and rent payer
# airdrop to e2e sol account and rent payer (used to generate atas for withdraw spl receivers if they don't exist)
solana airdrop 100
solana airdrop 100 37yGiHAnLvWZUNVwu9esp74YQFqxU1qHCbABkDvRddUQ
solana airdrop 100 C6KPvGDYfNusoE4yfRP21F8wK35bxCBMT69xk4xo3X79
Expand Down
2 changes: 1 addition & 1 deletion pkg/contracts/solana/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func ParseGatewayIDAndPda(address string) (solana.PublicKey, solana.PublicKey, e
return gatewayID, pda, err
}

// ParseGatewayAddressAndPda parses the rent payer program derived address from the given string
// ParseRentPayerPda parses the rent payer program derived address from the given string
func ParseRentPayerPda(address string) (solana.PublicKey, error) {
var rentPayerPda solana.PublicKey

Expand Down

0 comments on commit 8bc512f

Please sign in to comment.