File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ pub async fn submit_signature(
7575 } ;
7676 return HttpResponse :: Ok ( ) . body ( serde_json:: to_string ( & ret) . unwrap ( ) ) ;
7777 }
78- let claimant_entity = CsvEntry {
79- pubkey : post_params. pubkey . clone ( ) ,
80- amount_unlocked : 10000.0 ,
81- amount_locked : 10000.0 ,
82- category : AirdropCategory :: Staker ,
83- } ;
84- let claimant_entity = Some ( & claimant_entity) ;
78+ // let claimant_entity = CsvEntry{
79+ // pubkey: post_params.pubkey.clone(),
80+ // amount_unlocked: 10000.0,
81+ // amount_locked: 10000.0,
82+ // category: AirdropCategory::Staker,
83+ // };
84+ // let claimant_entity = Some(&claimant_entity);
8585
8686 let amount_unlocked = ui_amount_to_token_amount ( claimant_entity. unwrap ( ) . amount_unlocked ) ;
8787 let amount_locked = ui_amount_to_token_amount ( claimant_entity. unwrap ( ) . amount_locked ) ;
You can’t perform that action at this time.
0 commit comments