We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
perun-polkadot-node/node/runtime/src/lib.rs
Line 274 in 95ba0c9
Due to PerunMinDeposit set to 10 (Plancks), it is impossible to, e.g., open a payment channel with one participants funding being zero.
PerunMinDeposit
Set PerunMinDeposit to 0.
The text was updated successfully, but these errors were encountered:
https://github.com/perun-network/perun-polkadot-pallet/blob/39a6176cb4a78aac329bddd6d9dc8b307b03fea7/src/lib.rs#L226
This is the place where it fails.
But I think the real problem is that the funder should never call deposit if the balance is 0.
https://github.com/perun-network/perun-polkadot-backend/blob/1cf5c72ae46f387cacdf7083ca38da44db8ddfab/channel/pallet/funder.go#L56
Sorry, something went wrong.
No branches or pull requests
Location:
perun-polkadot-node/node/runtime/src/lib.rs
Line 274 in 95ba0c9
Problem:
Due to
PerunMinDeposit
set to 10 (Plancks), it is impossible to, e.g., open a payment channel with one participants funding being zero.Proposal:
Set
PerunMinDeposit
to 0.The text was updated successfully, but these errors were encountered: