Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
linfeng-crypto committed Dec 23, 2019
1 parent bdd3a19 commit 97b082f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion client-core/src/wallet/default_wallet_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ where
self.tendermint_client
.broadcast_transaction(&tx_aux.encode())
}
#[inline]

fn get_current_block_height(&self) -> Result<u64> {
let status = self.tendermint_client.status()?;
let current_block_height = status.sync_info.latest_block_height.value();
Expand Down
1 change: 0 additions & 1 deletion integration-tests/bot/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def addresses():
)

state = rpc.staking.state(addrs.staking)
print("xxxxxxxxxx", state)
if int(state['unbonded']) > 0:
rpc.staking.withdraw_all_unbonded(addrs.staking,
addrs.transfer1)
Expand Down

0 comments on commit 97b082f

Please sign in to comment.