Skip to content

Commit b48518e

Browse files
typo
1 parent a315adf commit b48518e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/core/src/data/transaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pub struct ApiLogs {
133133
pub struct ApiSmartContractResult {
134134
pub hash: String,
135135
pub nonce: u64,
136-
pub value: u128, // consider switching to BigUint is this proves insufficient
136+
pub value: u128, // consider switching to BigUint if this proves insufficient
137137
pub receiver: Bech32Address,
138138
pub sender: Bech32Address,
139139
#[serde(default)]

sdk/core/tests/tx_with_large_scr_value.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,4 +408,4 @@
408408
},
409409
"error": "",
410410
"code": "successful"
411-
}
411+
}

0 commit comments

Comments
 (0)