File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -249,15 +249,9 @@ namespace sdk {
249
249
return m_hw_device[" supports_low_r" ];
250
250
}
251
251
252
- bool hardware_signer::supports_arbitrary_scripts () const
253
- {
254
- return m_hw_device[" supports_arbitrary_scripts" ];
255
- }
252
+ bool hardware_signer::supports_arbitrary_scripts () const { return m_hw_device[" supports_arbitrary_scripts" ]; }
256
253
257
- liquid_support_level hardware_signer::get_liquid_support () const
258
- {
259
- return m_hw_device[" supports_liquid" ];
260
- }
254
+ liquid_support_level hardware_signer::get_liquid_support () const { return m_hw_device[" supports_liquid" ]; }
261
255
262
256
ae_protocol_support_level hardware_signer::get_ae_protocol_support () const
263
257
{
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ namespace sdk {
21
21
enum class ae_protocol_support_level : uint32_t {
22
22
none = 0 , // AE signing protocol is not supported, only vanilla EC sigs
23
23
optional = 1 , // Both AE and vanilla EC sigs are supported
24
- mandatory= 2 // AE protocol mandatory, vanilla EC sigs not supported
24
+ mandatory = 2 // AE protocol mandatory, vanilla EC sigs not supported
25
25
};
26
26
27
27
//
You can’t perform that action at this time.
0 commit comments