Skip to content

Commit ae2c7f1

Browse files
authored
Merge pull request #2921 from nervosnetwork/testnet
Deploy to mainnet
2 parents 45ce827 + 288eba0 commit ae2c7f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/newrelic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ common: &default_settings
3131
application_logging:
3232
# If `true`, all logging-related features for the agent can be enabled or disabled
3333
# independently. If `false`, all logging-related features are disabled.
34-
enabled: true
34+
enabled: false
3535
forwarding:
3636
# If `true`, the agent captures log records emitted by this application.
37-
enabled: true
37+
enabled: false
3838
# Defines the maximum number of log records to buffer in memory at a time.
3939
max_samples_stored: 10000
4040
metrics:
4141
# If `true`, the agent captures metrics related to logging for this application.
42-
enabled: true
42+
enabled: false
4343
local_decorating:
4444
# If `true`, the agent decorates logs with metadata to link to entities, hosts, traces, and spans.
4545
# This requires a log forwarder to send your log files to New Relic.

test/utils/ckb_utils_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ class CkbUtilsTest < ActiveSupport::TestCase
454454
info = CkbUtils.parse_unique_cell(data)
455455
assert_equal info[:decimal], 8
456456
assert_equal info[:name], "Unique BBQ"
457-
assert_nil info[:sybol]
457+
assert_nil info[:symbol]
458458
end
459459

460460
test "calculate commitment with single input and output including typescript" do

0 commit comments

Comments
 (0)