Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement transfer threshold #47

Merged
merged 5 commits into from
Feb 15, 2024
Merged

Implement transfer threshold #47

merged 5 commits into from
Feb 15, 2024

Conversation

agouin
Copy link
Contributor

@agouin agouin commented Feb 14, 2024

No description provided.

Copy link
Member

@boojamya boojamya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

Comment on lines +208 to +214
logger.Info(
"Not filtering tx due to low transfer amount",
"source_domain", msg.SourceDomain,
"source_tx", msg.SourceTxHash,
"amount", bm.Amount.Uint64(),
"min_amount", cfg.MinAmount,
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this log is necessary.

@boojamya
Copy link
Member

Also, can you please update config/sample-config.yaml

@boojamya boojamya merged commit e6d21ae into main Feb 15, 2024
1 check passed
@boojamya boojamya deleted the andrew/transfer_threshold branch February 15, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants