Skip to content

Commit f7f784a

Browse files
Update packages/std/src/types.rs
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
1 parent 5426fc5 commit f7f784a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub struct BlockInfo {
6060
/// # time: Timestamp::from_nanos(1_571_797_419_879_305_533),
6161
/// # chain_id: "cosmos-testnet-14002".to_string(),
6262
/// # },
63-
/// # transaction: Some(TransactionInfo::new(3, Binary::from_hex("0102030405060708").unwrap())),
63+
/// # transaction: Some(TransactionInfo::new(3, Binary::from_hex("E5469DACEC17CEF8A260FD37675ED87E7FB6A2B5AD95193C51308006C7E494B3").unwrap())),
6464
/// # contract: ContractInfo {
6565
/// # address: Addr::unchecked("contract"),
6666
/// # },

0 commit comments

Comments
 (0)