Skip to content

Commit bbb326f

Browse files
committed
add disclaimer for payments pallet
1 parent 63fb816 commit bbb326f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: payments/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Payments Pallet
22

3+
⚠️ **Disclaimer**: This pallet is experimental and has not been audited. It is not suitable for production use.
4+
35
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.
46

57
## Terminology

Diff for: payments/src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//! **Disclaimer**: This pallet is experimental and has not been audited. It is
2+
//! not suitable for production use.
3+
14
//!This pallet allows users to create secure reversible payments that keep
25
//! funds locked in a merchant's account until the off-chain goods are confirmed
36
//! to be received. Each payment gets assigned its own *judge* that can help

0 commit comments

Comments
 (0)