Skip to content

Commit

Permalink
add faucet output as var context (#3685)
Browse files Browse the repository at this point in the history
  • Loading branch information
pause125 authored Aug 24, 2022
1 parent cb0549f commit c6634ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/starcoin-transactional-test-harness/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ impl<'a> StarcoinTestAdapter<'a> {
match output.output.status {
TransactionStatusView::Executed => {
self.hack_account(addr)?;
Ok((None, None))
Ok((None, Some(serde_json::to_value(&output)?)))
}
_ => {
bail!(
Expand Down

0 comments on commit c6634ad

Please sign in to comment.