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

Commit

Permalink
Merge pull request #1111 from janx/block-1209398-fix
Browse files Browse the repository at this point in the history
withdraw_escrow_type is unimplemented yet
  • Loading branch information
bytemaster committed Dec 8, 2014
2 parents 1854346 + 094a459 commit c308f7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libraries/wallet/transaction_ledger.cpp
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 c308f7c

Please sign in to comment.