Skip to content

Commit

Permalink
resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
EdHastingsCasperAssociation committed Oct 10, 2024
1 parent cc67c68 commit 74dd6e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions storage/src/data_access_layer/balance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ pub enum BalanceIdentifier {
Internal(URefAddr),
/// Penalized account identifier.
PenalizedAccount(AccountHash),
/// Penalized payment identifier.
PenalizedPayment,
}

Expand Down
2 changes: 2 additions & 0 deletions storage/src/data_access_layer/mint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ pub enum TransferRequestArgs {
Raw(RuntimeArgs),
/// Provides explicit structured args.
Explicit(TransferArgs),
/// Provides support for transfers using balance identifiers.
/// The source and target purses will get resolved on usage.
Indirect(Box<BalanceIdentifierTransferArgs>),
}

Expand Down

0 comments on commit 74dd6e4

Please sign in to comment.