Skip to content

Commit

Permalink
add disclaimer for payments pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Feb 19, 2025
1 parent 63fb816 commit bbb326f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions payments/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Payments Pallet

⚠️ **Disclaimer**: This pallet is experimental and has not been audited. It is not suitable for production use.

This pallet allows users to create secure reversible payments that keep funds locked in a merchant's account until the off-chain goods are confirmed to be received. Each payment gets assigned its own *judge* that can help resolve any disputes between the two parties.

## Terminology
Expand Down
3 changes: 3 additions & 0 deletions payments/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//! **Disclaimer**: This pallet is experimental and has not been audited. It is
//! not suitable for production use.
//!This pallet allows users to create secure reversible payments that keep
//! funds locked in a merchant's account until the off-chain goods are confirmed
//! to be received. Each payment gets assigned its own *judge* that can help
Expand Down

0 comments on commit bbb326f

Please sign in to comment.