From 35a25da74651e3219f6acb0fef9ff1cf8602d684 Mon Sep 17 00:00:00 2001 From: claylock Date: Fri, 27 Oct 2023 13:12:10 +0000 Subject: [PATCH] Edited ch05_wallets.adoc with Atlas code editor --- ch05_wallets.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ch05_wallets.adoc b/ch05_wallets.adoc index 62816aea..7cbaa715 100644 --- a/ch05_wallets.adoc +++ b/ch05_wallets.adoc @@ -1245,6 +1245,7 @@ When a wallet application has distributed all of the keys up to its gap limit and none of those keys have received a payment, it has three options about how to handle future requests for new keys: +[role="less_space pagebreak-before"] 1. It can refuse the requests, preventing it from receiving any further payments. This is obviously an unpalatable option, although it's the simplest to implement.