Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jul 20, 2021
1 parent 5dcfd7c commit 69f02af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/mock_sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ impl RpcSender for MockSender {
err: None,
logs: None,
accounts: None,
units_consumed: None,
},
})?,
RpcRequest::GetMinimumBalanceForRentExemption => Value::Number(Number::from(20)),
Expand Down

0 comments on commit 69f02af

Please sign in to comment.