Skip to content

Commit 22c7456

Browse files
author
Nikita Khateev
committed
Fix cli tests
Signed-off-by: Nikita Khateev <[email protected]>
1 parent ba26314 commit 22c7456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/commands/ledger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3869,7 +3869,7 @@ pub mod tests {
38693869

38703870
let utxos = serde_json::from_str::<serde_json::Value>(&utxo_json).unwrap();
38713871
let utxo: &serde_json::Value = &utxos.as_array().unwrap()[0];
3872-
utxo["input"].as_str().unwrap().to_string()
3872+
utxo["txo"].as_str().unwrap().to_string()
38733873
}
38743874

38753875
#[cfg(feature = "nullpay_plugin")]

0 commit comments

Comments
 (0)