elucidsoft / dotnet-stellar-sdk

Stellar API SDK for .NET 6.x
Apache License 2.0
117 stars 55 forks source link

Fix for missing fee bump result (issue 388) #394

Closed jopmiddelkamp closed 1 year ago

jopmiddelkamp commented 1 year ago

Fix for issue 388.

Also fixed the fee bump fee according to the Stellar documentation. https://developers.stellar.org/docs/encyclopedia/fee-bump-transactions#fee

It states that the fee set on the fee bump transaction should be the amount of stopen that you would like to pay for executing only the fee bump operation which is 1 operation. So this should be independent from the inner transaction.

Types of changes

jopmiddelkamp commented 1 year ago

@elucidsoft, could you check this PR?