Skip to content

Commit

Permalink
Remove a log that cant be assumed to always be true
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Nov 14, 2024
1 parent 67c2de6 commit 891cd1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/sdk/src/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2141,8 +2141,7 @@ pub async fn build_vote_proposal(
edisplay_line!(
context.io(),
"NB: voter address {} is a validator, and validators can only \
vote on proposals within the first 2/3 of the voting period. \
The voting period specifically for validators has ended.",
vote on proposals within the first 2/3 of the voting period.",
voter_address
);
}
Expand Down

0 comments on commit 891cd1d

Please sign in to comment.