feat: Implement common traverse iterators (#119)
This commit is contained in:
parent
e8ea9c5d7f
commit
00c9e1835e
12 changed files with 378 additions and 316 deletions
|
|
@ -16,7 +16,7 @@ fn main() {
|
|||
|
||||
println!("{} {}", block.slot(), block.hash());
|
||||
|
||||
for tx in block.tx_iter() {
|
||||
for tx in &block.txs() {
|
||||
println!("{:?}", tx);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue