build: fix comment
This commit is contained in:
parent
5add102637
commit
a95038fc9d
1 changed files with 1 additions and 1 deletions
|
@ -39,8 +39,8 @@ use uuid::Uuid;
|
|||
use crate::wallet::selection::{build_recipient_output, build_send_tx, select_coins_and_fee};
|
||||
use crate::wallet::updater::{cancel_tx_and_outputs, refresh_outputs, retrieve_outputs, retrieve_txs};
|
||||
|
||||
/// Static value to increment UUIDs of slates.
|
||||
lazy_static! {
|
||||
/// Static value to increment UUIDs of slates.
|
||||
static ref SLATE_COUNTER: Mutex<u8> = Mutex::new(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue