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

Add minimum receive as a setting #254

Open
gokr opened this issue Apr 7, 2018 · 4 comments
Open

Add minimum receive as a setting #254

gokr opened this issue Apr 7, 2018 · 4 comments

Comments

@gokr
Copy link
Collaborator

gokr commented Apr 7, 2018

The wallet implementation has support for setting a minimum receive, but we are not using it today.

@gokr gokr self-assigned this Apr 7, 2018
@rtaibah
Copy link
Collaborator

rtaibah commented Apr 12, 2018

How does this work? I can say don't send me below 1 NANO?

@gokr
Copy link
Collaborator Author

gokr commented Apr 12, 2018

Well, it doesn't prevent someone from sending, but it would prevent Canoe from making a receive block to pocket it. Worth checking how the others do it, default setting for this in official wallet? It's not a big deal.

@stefonarch
Copy link
Collaborator

stefonarch commented Jul 9, 2018

The NWC desktop wallet uses in config.json
"receive_minimum": "1",
The developer 14.2 wallet:
"receive_minimum": "1000000000000000000000000",

@stefonarch
Copy link
Collaborator

We had one person who got spammed...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants