Skip to content

Commit

Permalink
default to AnyoneCanSpend
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Jan 29, 2025
1 parent 20476e0 commit e1258be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions types/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"math"
"strings"
"testing"
"time"

"lukechampine.com/frand"
)
Expand Down Expand Up @@ -810,7 +809,7 @@ func TestV2TransactionJSONMarshalling(t *testing.T) {
},
},
SatisfiedPolicy: SatisfiedPolicy{
Policy: PolicyAfter(time.Now()),
Policy: AnyoneCanSpend(),
},
},
},
Expand Down

0 comments on commit e1258be

Please sign in to comment.