Skip to content

Commit

Permalink
test_utils: use pb::cln Paystatus
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Oct 5, 2024
1 parent 7a866e3 commit d3f5532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/sdk-core/src/lnurl/pay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub(crate) mod tests {

use anyhow::{anyhow, Result};
use gl_client::bitcoin::hashes::hex::ToHex;
use gl_client::signer::model::greenlight::PayStatus;
use gl_client::pb::cln::pay_response::PayStatus;
use mockito::Mock;
use rand::random;

Expand Down
2 changes: 1 addition & 1 deletion libs/sdk-core/src/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use std::{mem, vec};

use anyhow::{Error, Result};
use chrono::{SecondsFormat, Utc};
use gl_client::pb::cln::pay_response::PayStatus;
use gl_client::pb::cln::Amount;
use gl_client::signer::model::greenlight::PayStatus;
use rand::distributions::uniform::{SampleRange, SampleUniform};
use rand::distributions::{Alphanumeric, DistString, Standard};
use rand::rngs::OsRng;
Expand Down

0 comments on commit d3f5532

Please sign in to comment.