Skip to content

Commit eed08df

Browse files
committed
ci: remove unused param
1 parent 1756259 commit eed08df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pegins.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ static bool CheckPeginTx(const std::vector<unsigned char>& tx_data, T& pegtx, co
149149
if (!pegtx_stream.empty()) {
150150
return false;
151151
}
152-
} catch (std::exception& e) {
152+
} catch (std::exception&) {
153153
// Invalid encoding of transaction
154154
return false;
155155
}

0 commit comments

Comments
 (0)