Skip to content

Commit

Permalink
print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbyrne committed May 21, 2024
1 parent 2d73942 commit 80a3376
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ class CryptoPaymentWidget extends React.Component {
const amount = Math.round(this.calculateCryptoPrice() * Math.pow(10, decimal));
// this is the account address that will receive bat
const destinationAccountOwner = new PublicKey(this.state.addresses.SOL)
console.log('https://publishers.basicattentiontoken.org/rpc')
const connection = new Connection('https://publishers.basicattentiontoken.org/rpc')
// Check to see if the sender has an associated token account
const senderAccount = await connection.getParsedTokenAccountsByOwner(sourceAccountOwner, {
Expand Down
4 changes: 4 additions & 0 deletions test/features/public_page_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ def teardown
end

test "can display description and title" do
p "* "*200
p ENV["BAT_RATIOS_URL"]
p "^"*100
p ENV
VCR.use_cassette("test_can_display_description_and_title") do
visit public_channel_path(public_identifier: "123456dfg6")
assert_content page, "Channel Banner"
Expand Down

0 comments on commit 80a3376

Please sign in to comment.