Skip to content

Commit a0241d8

Browse files
committed
Add ENABLE_ZSA orchard flag
1 parent a5980e7 commit a0241d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zebra-chain/src/orchard/shielded_data.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ bitflags! {
231231
const ENABLE_SPENDS = 0b00000001;
232232
/// Enable creating new non-zero valued Orchard notes.
233233
const ENABLE_OUTPUTS = 0b00000010;
234+
/// Enable ZSA transactions.
235+
const ENABLE_ZSA = 0b00000100;
234236
}
235237
}
236238

0 commit comments

Comments
 (0)