Skip to content

Commit

Permalink
clean(SPV-827): removed temp pike definition
Browse files Browse the repository at this point in the history
  • Loading branch information
augustync committed Jun 5, 2024
1 parent 0809ef4 commit 5d449cc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions brfc_definintions.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ const (
BRFCSFPBuildAction = "189e32d93d28" // more info: https://docs.moneybutton.com/docs/sfp/paymail-09-sfp-build.html
BRFCVerifyPublicKeyOwner = "a9f510c16bde" // more info: http://bsvalias.org/05-verify-public-key-owner.html
BRFCBeefTransaction = "5c55a7fdb7bb" // more info: https://bsv.brc.dev/payments/0070

//BRFCTemporaryPike = "8c4ed5ef8ace" // Temporary BRFC ID for PIKE

BRFCPike = "8c4ed5ef8ace" // swiched to "8c4ed5ef8ace" from "935478af7bf2"
BRFCPikeInvite = "invite"
BRFCPikeOutputs = "outputs"
BRFCPike = "8c4ed5ef8ace"
BRFCPikeInvite = "invite"
BRFCPikeOutputs = "outputs"
)

// BRFCKnownSpecifications is a running list of all known BRFC specifications
Expand Down

0 comments on commit 5d449cc

Please sign in to comment.