We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66245eb commit 1154795Copy full SHA for 1154795
modules/sdk-coin-sol/src/lib/stakingDeactivateBuilder.ts
@@ -164,7 +164,7 @@ export class StakingDeactivateBuilder extends TransactionBuilder {
164
throw new BuildTransactionError('Sender address cannot be the same as the Staking address');
165
}
166
167
- if (this._amount) {
+ if (this._amount && !this._isMarinade) {
168
assert(
169
this._unstakingAddress,
170
'When partially unstaking the unstaking address must be set before building the transaction'
0 commit comments