Formatting and updated test per review.

This commit is contained in:
Simon
2016-09-08 11:06:18 -07:00
parent 03812fefe4
commit da5e7e5185
2 changed files with 46 additions and 19 deletions

View File

@@ -162,6 +162,10 @@ public:
void sign_send_raw_transaction(Object obj) {
delegate->sign_send_raw_transaction(obj);
}
void set_state(OperationStatus state) {
delegate->state_.store(state);
}
};