Skip to content

Commit 34aee21

Browse files
committed
Update function for fee transfer
1 parent 7f531aa commit 34aee21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sg1/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pub fn transfer_funds_to_launchpad_dao(
121121

122122
let msg = BankMsg::Send {
123123
to_address: LAUNCHPAD_DAO_ADDRESS.to_string(),
124-
amount: vec![coin(fee, accepted_denom)],
124+
amount: vec![coin(payment.u128(), accepted_denom)],
125125
};
126126
res.messages.push(SubMsg::new(msg));
127127

0 commit comments

Comments
 (0)