mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-08-06 10:00:00 +00:00
change variable type
This commit is contained in:
@ -3,7 +3,7 @@ use serde::{Deserialize, Serialize};
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct OfferCreationResponse {
|
||||
pub locking_address: String,
|
||||
pub locking_amount: u32, // validate
|
||||
pub locking_amount: u64, // validate
|
||||
}
|
||||
|
||||
#[derive(Serialize)]
|
||||
|
Reference in New Issue
Block a user