From 3594a11bc4ae62fa6348e9d73741a3f42ed42a4f Mon Sep 17 00:00:00 2001 From: Vin Armani <33237395+vinarmani@users.noreply.github.com> Date: Thu, 21 May 2020 17:00:15 +1000 Subject: [PATCH] Update slp-payment-protocol.md Added bitcoincashj as a reference library --- slp-payment-protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slp-payment-protocol.md b/slp-payment-protocol.md index fd2347b..a73178a 100644 --- a/slp-payment-protocol.md +++ b/slp-payment-protocol.md @@ -79,8 +79,8 @@ A web server generating a PaymentRequest message to initiate the payment protoco ## Reference Implementations ### Clients -[Badger Extension](https://github.com/bitcoin-com/badger) +[Badger Extension](https://github.com/bitcoin-com/badger)
[Badger Mobile](https://github.com/bitcoin-com/badger-mobile) ### Libraries -None currently +[bitcoincashj](https://github.com/pokkst/bitcoincashj/tree/master/core/src/main/java/org/bitcoinj/protocols/payments/slp)