Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
withdraw_escrow_type is unimplemented yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Xie committed Dec 8, 2014
1 parent 377b577 commit 094a459
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libraries/wallet/transaction_ledger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,11 @@ bool wallet_impl::scan_deposit( const deposit_operation& op, const vector<privat
// TODO: FC_THROW( "withdraw_option_type not implemented!" );
break;
}
case withdraw_escrow_type:
{
// TODO: FC_THROW( "withdraw_escrow_type not implemented!" );
break;
}
default:
{
FC_THROW( "unknown withdraw condition type!" );
Expand Down

0 comments on commit 094a459

Please sign in to comment.