We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
signing_pubkey
1 parent 331ccb3 commit 5d115bdCopy full SHA for 5d115bd
src/payment/bolt12.rs
@@ -93,7 +93,7 @@ impl Bolt12Payment {
93
max_total_routing_fee_msat,
94
) {
95
Ok(()) => {
96
- let payee_pubkey = offer.signing_pubkey();
+ let payee_pubkey = offer.issuer_signing_pubkey();
97
log_info!(
98
self.logger,
99
"Initiated sending {}msat to {:?}",
@@ -197,7 +197,7 @@ impl Bolt12Payment {
197
198
199
200
201
202
203
0 commit comments