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