Skip to content

Commit

Permalink
Add trace for staking action
Browse files Browse the repository at this point in the history
  • Loading branch information
OnedgeLee committed Dec 2, 2024
1 parent 23e9524 commit 0fe05c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Lib9c
4 changes: 4 additions & 0 deletions NineChronicles.Headless.Executable/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,10 @@ IActionLoader MakeSingleActionLoader()
.WithTracing(
builder => builder
.AddSource("Lib9c.Action.HackAndSlash")
.AddSource("Lib9c.Action.Stake")
.AddSource("Lib9c.Model.Guild.GuildParticipant")
.AddSource("Lib9c.Delegation.Delegatee")
.AddSource("Lib9c.Delegation.Delegator")
.AddSource("Libplanet.Action.State")
.AddSource("Libplanet.Blockchain.BlockChainStates")
.AddSource("NineChronicles.Headless.GraphTypes.StandaloneQuery")
Expand Down

0 comments on commit 0fe05c4

Please sign in to comment.