Class: BTC::ValidationState
- Inherits:
-
Object
- Object
- BTC::ValidationState
- Defined in:
- lib/btcruby/validation.rb
Instance Method Summary collapse
Instance Method Details
#DoS(level, return_value = false, reject_code = 0, reject_reason = "", corruption = false, debug_message = "") ⇒ Object
85 86 87 88 |
# File 'lib/btcruby/validation.rb', line 85 def DoS(level, return_value = false, reject_code = 0, reject_reason = "", corruption = false, = "") # TODO: set the state return_value end |