reestablish parameter semantics for withdraw (#6330)

This commit is contained in:
Rob Walker
2019-10-14 15:02:24 -07:00
committed by GitHub
parent 3313b2ff58
commit c2ebf466fd
4 changed files with 198 additions and 219 deletions

View File

@@ -1,6 +1,4 @@
use crate::account::KeyedAccount;
use crate::instruction::InstructionError;
use crate::pubkey::Pubkey;
use crate::{account::KeyedAccount, instruction::InstructionError, pubkey::Pubkey};
use num_traits::{FromPrimitive, ToPrimitive};
// All native programs export a symbol named process()